#include <types.hpp>
Public Member Functions | |
| bool | operator== (const t_uid &other) const |
| bool | operator!= (const t_uid &other) const |
| void | allocate (uint32_t length_new) |
| bool | operator< (const t_uid &other) const |
| t_uid (const char *dest) | |
| t_uid () | |
| t_uid (const t_uid &ref) | |
| t_uid & | operator= (const t_uid &ref) |
| ~t_uid () | |
Public Attributes | |
| uint32_t | length |
| char * | data |
| t_uid::t_uid | ( | const char * | dest | ) | [inline] |
| t_uid::t_uid | ( | ) | [inline] |
| t_uid::t_uid | ( | const t_uid & | ref | ) | [inline] |
| t_uid::~t_uid | ( | ) | [inline] |
| bool t_uid::operator== | ( | const t_uid & | other | ) | const [inline] |
| bool t_uid::operator!= | ( | const t_uid & | other | ) | const [inline] |
| void t_uid::allocate | ( | uint32_t | length_new | ) | [inline] |
| bool t_uid::operator< | ( | const t_uid & | other | ) | const [inline] |
| uint32_t t_uid::length |
dynamic length
| char* t_uid::data |
ID
1.5.6