libyang  2.0.7
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
libyang.h
Go to the documentation of this file.
1 
15 #ifndef LY_LIBYANG_H_
16 #define LY_LIBYANG_H_
17 
18 #include <stdint.h>
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 #include "context.h"
25 #include "dict.h"
26 #include "in.h"
27 #include "log.h"
28 #include "out.h"
29 #include "parser_data.h"
30 #include "parser_schema.h"
31 #include "printer_data.h"
32 #include "printer_schema.h"
33 #include "set.h"
34 #include "tree.h"
35 #include "tree_data.h"
36 #include "tree_schema.h"
37 
38 /*
39  * The following headers are supposed to be included explicitly:
40  * - plugins_types.h
41  * - plugins_exts.h
42  */
43 
159 #ifdef __cplusplus
160 }
161 #endif
162 
163 #endif /* LY_LIBYANG_H_ */
internal context structures and functions
libyang dictionary
libyang input structures and functions
Logger manipulation routines and error definitions.
libyang output structures and functions
Data parsers for libyang.
Schema parsers for libyang.
Data printers for libyang.
Schema printers for libyang.
Generic set structure and manipulation routines.
libyang generic macros and functions to work with YANG schema or data trees.
libyang representation of YANG data trees.
libyang representation of YANG schema trees.