Public Member Functions | |
Aclass (bool vcls=false) | |
void | clean () |
void | view (bool ret=true) |
Public Attributes | |
uint32_t | x |
uint8_t | y |
int8_t | z |
bool | b |
char * | text |
std::string | str |
std::vector< uint8_t > | v |
Aclass * | vclass |
bool | vcls |
Private Attributes | |
VSERIALIZEABLE |
Definition at line 45 of file TestSerialization.cpp.
Aclass::Aclass | ( | bool | vcls = false |
) | [inline] |
void Aclass::clean | ( | ) | [inline] |
void Aclass::view | ( | bool | ret = true |
) | [inline] |
Aclass::VSERIALIZEABLE [private] |
Definition at line 45 of file TestSerialization.cpp.
uint32_t Aclass::x |
uint8_t Aclass::y |
int8_t Aclass::z |
bool Aclass::b |
char* Aclass::text |
std::string Aclass::str |
std::vector<uint8_t> Aclass::v |
bool Aclass::vcls |