yumapro  23.10T-6
YumaPro SDK
Loading...
Searching...
No Matches

One YANG 'leaf' or 'anyxml' or 'anydata' definition. More...

#include <obj.h>

Collaboration diagram for obj_leaf_t:

Data Fields

xmlChar * name
 name of leaf or anyxml/anydata
 
xmlChar * units
 units-stmt only in a leaf
 
xmlChar * defval
 default-stmt only in a leaf
 
xmlChar * descr
 description-stmt (not saved on server)
 
xmlChar * ref
 reference-stmt (not saved on server)
 
typ_def_ttypdef
 typedef for the data type (leaf only)
 
ncx_status_t status
 status-stmt
 
uint16 keynum
 internal key number only for keay leafs
 
dlq_hdr_t mustQ
 Q of xpath_pcb_t.
 
dlq_hdr_t leafrefQ
 used for quick leafref validation on server More...
 
dlq_hdr_t uniqrefQ
 used for quick unique-stmt validation on server A leaf can be the target of a unique stmt component from multiple lists. More...
 
struct obj_template_t_ * leafrefobj
 leafref obj backptr only if btyp == NCX_BT_LEAFREF
 

Detailed Description

One YANG 'leaf' or 'anyxml' or 'anydata' definition.

Field Documentation

◆ leafrefQ

dlq_hdr_t leafrefQ

used for quick leafref validation on server

Q of ncx_backptr_t to obj_template_t

◆ uniqrefQ

dlq_hdr_t uniqrefQ

used for quick unique-stmt validation on server A leaf can be the target of a unique stmt component from multiple lists.

Save a backptr to the list object that has a unique-stmt that references this leaf Q of ncx_backptr_t to obj_template_t


The documentation for this struct was generated from the following file: