57 r_OId(
const char* initSystemName,
const char* initBaseName,
double initLocalOId );
136 #include "raslib/oid.icc"
void print_status(std::ostream &s) const
debug output
const char * get_system_name() const
get system name
virtual ~r_OId()
destructor
double get_local_oid() const
get local oid
bool operator>(const r_OId &) const
operator for greater than
bool operator!=(const r_OId &) const
operator for not equal
bool operator<(const r_OId &) const
operator for less than
bool is_valid() const
determines if oid is valid
const char * get_base_name() const
get base name
std::ostream & operator<<(std::ostream &s, const r_OId &oid)
r_OId()
default constructor
const r_OId & operator=(const r_OId &)
operator for assigning an oid
const char * get_string_representation() const
gets the oid's string representation
bool operator<=(const r_OId &) const
operator for less than or equal
bool operator>=(const r_OId &) const
operator for greater or equal than
virtual void r_deactivate()
it is called when an object leaves transient memory
bool operator==(const r_OId &) const
operator for equality