![]() |
sysrepo
1.4.70
YANG datastore
|
Class for wrapping sr_data_t. More...
#include <Struct.hpp>
Public Member Functions | |
Data (sr_data_t data, sr_type_t type, S_Deleter deleter) | |
~Data () | |
char * | get_binary () const |
char * | get_bits () const |
bool | get_bool () const |
double | get_decimal64 () const |
char * | get_enum () const |
char * | get_identityref () const |
char * | get_instanceid () const |
int8_t | get_int8 () const |
int16_t | get_int16 () const |
int32_t | get_int32 () const |
int64_t | get_int64 () const |
char * | get_string () const |
uint8_t | get_uint8 () const |
uint16_t | get_uint16 () const |
uint32_t | get_uint32 () const |
uint64_t | get_uint64 () const |
Class for wrapping sr_data_t.
Definition at line 46 of file Struct.hpp.
Wrapper for sr_data_t, for internal use only.
~Data | ( | ) |
char* get_binary | ( | ) | const |
Getter for binary data.
char* get_bits | ( | ) | const |
Getter for bits.
bool get_bool | ( | ) | const |
Getter for bool.
double get_decimal64 | ( | ) | const |
Getter for decimal64.
char* get_enum | ( | ) | const |
Getter for enum.
char* get_identityref | ( | ) | const |
Getter for identityref.
char* get_instanceid | ( | ) | const |
Getter for instanceid.
int8_t get_int8 | ( | ) | const |
Getter for int8.
int16_t get_int16 | ( | ) | const |
Getter for int16.
int32_t get_int32 | ( | ) | const |
Getter for int32.
int64_t get_int64 | ( | ) | const |
Getter for int64.
char* get_string | ( | ) | const |
Getter for string.
uint8_t get_uint8 | ( | ) | const |
Getter for uint8.
uint16_t get_uint16 | ( | ) | const |
Getter for uint16.
uint32_t get_uint32 | ( | ) | const |
Getter for uint32.
uint64_t get_uint64 | ( | ) | const |
Getter for uint64.