Class r_OId represents an object identifier.
More...
#include <oid.hh>
Class r_OId represents an object identifier.
◆ r_OId() [1/4]
◆ r_OId() [2/4]
| r_OId::r_OId |
( |
const char * |
| ) |
|
|
explicit |
constructs an OId from the string representation
◆ r_OId() [3/4]
| r_OId::r_OId |
( |
const char * |
initSystemName, |
|
|
const char * |
initBaseName, |
|
|
long long |
initLocalOId |
|
) |
| |
constructor getting oid parts
◆ r_OId() [4/4]
| r_OId::r_OId |
( |
const r_OId & |
| ) |
|
|
default |
◆ ~r_OId()
◆ get_base_name()
| const char * r_OId::get_base_name |
( |
| ) |
const |
◆ get_local_oid()
| long long r_OId::get_local_oid |
( |
| ) |
const |
◆ get_local_oid_double()
| double r_OId::get_local_oid_double |
( |
| ) |
const |
◆ get_string_representation()
| const char * r_OId::get_string_representation |
( |
| ) |
const |
gets the oid's string representation
◆ get_system_name()
| const char * r_OId::get_system_name |
( |
| ) |
const |
◆ is_valid()
| bool r_OId::is_valid |
( |
| ) |
const |
determines if oid is valid
◆ operator!=()
| bool r_OId::operator!= |
( |
const r_OId & |
| ) |
const |
◆ operator<()
| bool r_OId::operator< |
( |
const r_OId & |
| ) |
const |
◆ operator<=()
| bool r_OId::operator<= |
( |
const r_OId & |
| ) |
const |
operator for less than or equal
◆ operator=()
◆ operator==()
| bool r_OId::operator== |
( |
const r_OId & |
| ) |
const |
◆ operator>()
| bool r_OId::operator> |
( |
const r_OId & |
| ) |
const |
operator for greater than
◆ operator>=()
| bool r_OId::operator>= |
( |
const r_OId & |
| ) |
const |
operator for greater or equal than
◆ print_status()
| void r_OId::print_status |
( |
std::ostream & |
s | ) |
const |
The documentation for this class was generated from the following file: