libdballe
9.11
|
Public Member Functions | |
Decoder (const std::vector< uint8_t > &buf) | |
uint16_t | decode_uint16 () |
uint32_t | decode_uint32 () |
const char * | decode_cstring () |
std::unique_ptr< wreport::Var > | decode_var () |
Static Public Member Functions | |
static void | decode_attrs (const std::vector< uint8_t > &buf, wreport::Var &var) |
Decode the attributes of var from a buffer. | |
Public Attributes | |
const uint8_t * | buf |
unsigned | size |