#include <GUID.hpp>
|
static const unsigned int | SIZE = 4 + 4 |
|
Definition at line 11 of file GUID.hpp.
Definition at line 23 of file GUID.hpp.
24 _publisher( right._publisher ),
25 _instance ( right._instance )
int compareTo |
( |
const GUID & |
right | ) |
const |
Definition at line 38 of file GUID.hpp.
39 return _instance != 0;
bool operator< |
( |
const GUID & |
right | ) |
const |
|
inline |
Definition at line 34 of file GUID.hpp.
int compareTo(const GUID &right) const
Definition at line 28 of file GUID.hpp.
29 _publisher = right._publisher;
30 _instance = right._instance;
void set |
( |
const GUID & |
id | ) |
|
std::string toString |
( |
void |
| ) |
const |
const unsigned int SIZE = 4 + 4 |
|
static |
The documentation for this class was generated from the following file: