#include <ResourceMonitorTypes.h>
Public Methods | |
RMuid () | |
RMuid (const char *idstr) | |
RMuid (const uuid_t uu) | |
RMuid (const RMuid &uu) | |
void | clear () |
void | generate () |
void | generate_random () |
void | generate_time () |
int | parse (const char *idstr) |
on success, parse returns 0, else -1. More... | |
void | unparse (char *out) |
bool | compare (const uuid_t &uu) |
bool | is_null () |
void | print (ostream &out) |
RMuid& | operator= (const RMuid &b) |
bool | operator== (const RMuid &b) |
bool | operator< (const RMuid &b) |
Public Attributes | |
uuid_t | id |
This class consists entirely of inline methods that use the uuid library functions to create and manipulate universally unique identifiers(UUID's).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on success, parse returns 0, else -1.
|
|
|
|
|
|
|