![]() |
libyang
1.0.101
YANG data modeling language library
|
class for wrapping lyd_val. More...
#include <Tree_Data.hpp>
Public Member Functions | |
Value (lyd_val value, LY_DATA_TYPE *value_type, uint8_t value_flags, S_Deleter deleter) | |
~Value () | |
const char * | binary () |
int8_t | bln () |
int64_t | dec64 () |
S_Type_Enum | enm () |
S_Ident | ident () |
S_Data_Node | instance () |
int8_t | int8 () |
int16_t | int16 () |
int32_t | int32 () |
int64_t | int64 () |
S_Data_Node | leafref () |
const char * | string () |
uint8_t | uint8 () |
uint16_t | uint16 () |
uint32_t | uintu32 () |
uint64_t | uint64 () |
class for wrapping lyd_val.
Definition at line 44 of file Tree_Data.hpp.
Value | ( | lyd_val | value, |
LY_DATA_TYPE * | value_type, | ||
uint8_t | value_flags, | ||
S_Deleter | deleter | ||
) |
wrapper for struct lyd_val, for internal use only
Definition at line 33 of file Tree_Data.cpp.
~Value | ( | ) |
Definition at line 39 of file Tree_Data.cpp.
|
inline |
get binary variable from lyd_val
Definition at line 51 of file Tree_Data.hpp.
|
inline |
get bln variable from lyd_val
Definition at line 56 of file Tree_Data.hpp.
|
inline |
get dec64 variable from lyd_val
Definition at line 58 of file Tree_Data.hpp.
|
inline |
get enm variable from lyd_val
Definition at line 60 of file Tree_Data.hpp.
|
inline |
get ident variable from lyd_val
Definition at line 62 of file Tree_Data.hpp.
S_Data_Node instance | ( | ) |
get instance variable from lyd_val
Definition at line 40 of file Tree_Data.cpp.
|
inline |
get int8 variable from lyd_val
Definition at line 66 of file Tree_Data.hpp.
|
inline |
get int16 variable from lyd_val
Definition at line 68 of file Tree_Data.hpp.
|
inline |
get int32 variable from lyd_val
Definition at line 70 of file Tree_Data.hpp.
|
inline |
get int64 variable from lyd_val
Definition at line 72 of file Tree_Data.hpp.
S_Data_Node leafref | ( | ) |
get leafref variable from lyd_val
Definition at line 46 of file Tree_Data.cpp.
|
inline |
get string variable from lyd_val
Definition at line 76 of file Tree_Data.hpp.
|
inline |
get uint8 variable from lyd_val
Definition at line 78 of file Tree_Data.hpp.
|
inline |
get uint16 variable from lyd_val
Definition at line 80 of file Tree_Data.hpp.
|
inline |
get uint32 variable from lyd_val
Definition at line 82 of file Tree_Data.hpp.
|
inline |
get uint64 variable from lyd_val
Definition at line 84 of file Tree_Data.hpp.