#include <oid.hh>
r_OId::r_OId |
( |
const char * |
| ) |
|
constructs an OId from the string representation
r_OId::r_OId |
( |
const char * |
initSystemName, |
|
|
const char * |
initBaseName, |
|
|
double |
initLocalOId |
|
) |
| |
constructor getting oid parts
r_OId::r_OId |
( |
const r_OId & |
| ) |
|
virtual r_OId::~r_OId |
( |
| ) |
|
|
virtual |
const char* r_OId::get_base_name |
( |
| ) |
const |
|
inline |
double r_OId::get_local_oid |
( |
| ) |
const |
|
inline |
const char* r_OId::get_string_representation |
( |
| ) |
const |
|
inline |
gets the oid's string representation
const char* r_OId::get_system_name |
( |
| ) |
const |
|
inline |
bool r_OId::is_valid |
( |
| ) |
const |
|
inline |
determines if oid is valid
bool r_OId::operator!= |
( |
const r_OId & |
| ) |
const |
bool r_OId::operator< |
( |
const r_OId & |
| ) |
const |
bool r_OId::operator<= |
( |
const r_OId & |
| ) |
const |
operator for less than or equal
operator for assigning an oid
bool r_OId::operator== |
( |
const r_OId & |
| ) |
const |
bool r_OId::operator> |
( |
const r_OId & |
| ) |
const |
operator for greater than
bool r_OId::operator>= |
( |
const r_OId & |
| ) |
const |
operator for greater or equal than
void r_OId::print_status |
( |
std::ostream & |
s | ) |
const |
virtual void r_OId::r_deactivate |
( |
| ) |
|
|
virtual |
it is called when an object leaves transient memory
The documentation for this class was generated from the following file: