![]() |
libyang
1.0.101
YANG data modeling language library
|
►Nlibyang | |
Cly_ctx | Libyang context handler |
Cly_err_item | Libyang full error structure |
Cly_set | Structure to hold a set of (not necessary somehow connected) lyd_node or lys_node objects. Caller is supposed to not mix the type of objects added to the set and according to its knowledge about the set content, it is supposed to access the set via the sset, dset or set members of the structure |
Cly_set_set | Set array of ly_set It is kept in union to keep ly_set generic for data as well as schema trees |
Clyd_anydata_value | Anydata value union |
Clyd_attr | Attribute structure |
Clyd_difflist | Structure for the result of lyd_diff(), describing differences between two data trees |
Clyd_node | Generic structure for a data node, directly applicable to the data nodes defined as LYS_CONTAINER, LYS_LIST and LYS_CHOICE |
Clyd_node_anydata | Structure for data nodes defined as LYS_ANYDATA or LYS_ANYXML |
Clyd_node_leaf_list | Structure for data nodes defined as LYS_LEAF or LYS_LEAFLIST |
Clyd_value_u | Node's value representation |
Clyext_plugin | |
Clyext_plugin_complex | |
Clyext_plugin_list | |
Clyext_substmt | Description of the extension instance substatement |
Clys_deviate | YANG deviate statement structure, see RFC 6020 sec. 7.18.3.2 |
Clys_deviation | YANG deviation statement structure, see RFC 6020 sec. 7.18.3 |
Clys_ext | YANG extension definition |
Clys_ext_instance | Generic extension instance structure |
Clys_ext_instance_complex | Complex extension instance structure |
Clys_feature | YANG feature definition structure |
Clys_ident | Structure to hold information about identity, see RFC 6020 sec. 7.16 |
Clys_iffeature | Compiled if-feature expression structure |
Clys_import | YANG import structure used to reference other schemas (modules) |
Clys_include | YANG include structure used to reference submodules |
Clys_module | Main schema node structure representing YANG module |
Clys_node | Common structure representing single YANG data statement describing |
Clys_node_anydata | Schema anydata (and anyxml) node structure |
Clys_node_augment | YANG augment structure (covering both possibilities - uses's substatement as well as (sub)module's substatement) |
Clys_node_case | Schema case node structure |
Clys_node_choice | Schema choice node structure |
Clys_node_container | Schema container node structure |
Clys_node_grp | Schema grouping node structure |
Clys_node_inout | RPC input and output node structure |
Clys_node_leaf | Schema leaf node structure |
Clys_node_leaflist | Schema leaf-list node structure |
Clys_node_list | Schema list node structure |
Clys_node_notif | Schema notification node structure |
Clys_node_rpc_action | Schema rpc/action node structure |
Clys_node_uses | Schema uses node structure |
Clys_refine | YANG uses's refine substatement structure, see RFC 6020 sec. 7.12.2 |
Clys_refine_mod | Union to hold target modification in lys_refine |
Clys_refine_mod_list | Container for list modifications in lys_refine_mod |
Clys_restr | YANG validity restriction (must, length, etc.) structure providing information from the schema |
Clys_revision | YANG revision statement for (sub)modules |
Clys_submodule | Submodule schema node structure that can be included into a YANG module |
Clys_tpdf | YANG typedef structure providing information from the schema |
Clys_type | YANG type structure providing information from the schema |
Clys_type_bit | Single bit value specification for lys_type_info_bits |
Clys_type_enum | Single enumeration value specification for lys_type_info_enums |
Clys_type_info | Union for holding type-specific information in lys_type |
Clys_type_info_binary | |
Clys_type_info_bits | Container for information about bits types (LY_TYPE_BINARY), used in lys_type_info |
Clys_type_info_dec64 | Container for information about decimal64 types (LY_TYPE_DEC64), used in lys_type_info |
Clys_type_info_enums | Container for information about enumeration types (LY_TYPE_ENUM), used in lys_type_info |
Clys_type_info_ident | Container for information about identity types (LY_TYPE_IDENT), used in lys_type_info |
Clys_type_info_inst | Container for information about instance-identifier types (LY_TYPE_INST), used in lys_type_info |
Clys_type_info_lref | Container for information about leafref types (LY_TYPE_LEAFREF), used in lys_type_info |
Clys_type_info_num | Container for information about integer types, used in lys_type_info |
Clys_type_info_str | Container for information about string types (LY_TYPE_STRING), used in lys_type_info |
Clys_type_info_union | Container for information about union types (LY_TYPE_UNION), used in lys_type_info |
Clys_unique | YANG list's unique statement structure, see RFC 6020 sec. 7.8.3 |
Clys_when | YANG when restriction, see RFC 6020 sec. 7.19.5 |
Clytype_plugin_list | |
Clyxml_attr | Element's attribute definition |
Clyxml_elem | Structure describing an element in an XML tree |
Clyxml_ns | Namespace definition |