h o m e | d o c u m e n t a t i o n | c l a s s h i e r a r c h y |
#include <Id.h>
Public Member Functions | |
Id () | |
Id (id_type id) | |
Id (id_type ifirst, id_type isecond) | |
Id (const Id &iBrother) | |
Id & | operator= (const Id &iBrother) |
id_type | getFirst () const |
id_type | getSecond () const |
void | setFirst (id_type first) |
void | setSecond (id_type second) |
bool | operator== (const Id &id) const |
bool | operator!= (const Id &id) const |
bool | operator< (const Id &id) const |
Id | ( | ) | [inline] |
Default constructor
id_type getFirst | ( | ) | const [inline] |
Returns the first Id number
id_type getSecond | ( | ) | const [inline] |
Returns the second Id number
void setFirst | ( | id_type | first | ) | [inline] |
Sets the first number constituing the Id
void setSecond | ( | id_type | second | ) | [inline] |
Sets the second number constituing the Id
bool operator== | ( | const Id & | id | ) | const [inline] |
Operator==
bool operator!= | ( | const Id & | id | ) | const [inline] |
Operator!=
bool operator< | ( | const Id & | id | ) | const [inline] |
Operator<