|
enum | { BYTES_SIZE = 16,
WORDS_SIZE = 4
} |
|
|
| GlobalID (const Poco::UUID &uuid) |
|
| GlobalID (const GlobalID &gid) |
|
bool | isNull () const |
|
std::vector< uint8_t > | toBytes () const |
|
unsigned int | hash () const |
|
std::string | toString () const |
|
bool | operator!= (const GlobalID &id) const |
|
bool | operator== (const GlobalID &id) const |
|
bool | operator< (const GlobalID &id) const |
|
bool | operator> (const GlobalID &id) const |
|
bool | operator<= (const GlobalID &id) const |
|
bool | operator>= (const GlobalID &id) const |
|
|
static GlobalID | random () |
|
static GlobalID | parse (const std::string &s) |
|
static GlobalID | fromBytes (const std::vector< uint8_t > &in) |
|
unsigned int GlobalID::hash |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- /var/lib/jenkins/workspace/beeeon-gateway-master/base/src/model/GlobalID.h
- /var/lib/jenkins/workspace/beeeon-gateway-master/base/src/model/GlobalID.cpp