libyang  1.0.253
YANG data modeling language library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Type_Info_Str Class Reference

#include <Tree_Schema.hpp>

Public Member Functions

 Type_Info_Str (struct lys_type_info_str *info_str, S_Deleter deleter)
 
 ~Type_Info_Str ()
 
S_Restr length ()
 
S_Restr patterns ()
 
int pat_count ()
 

Detailed Description

Definition at line 377 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Type_Info_Str ( struct lys_type_info_str info_str,
S_Deleter  deleter 
)

wrapper for struct lys_type_info_str, for internal use only

Definition at line 172 of file Tree_Schema.cpp.

Definition at line 176 of file Tree_Schema.cpp.

Member Function Documentation

S_Restr length ( )

get length variable from lys_type_info_str

Definition at line 177 of file Tree_Schema.cpp.

S_Restr patterns ( )

get patters variable from lys_type_info_str

Definition at line 178 of file Tree_Schema.cpp.

int pat_count ( )
inline

get pat_count variable from lys_type_info_str

Definition at line 388 of file Tree_Schema.hpp.


The documentation for this class was generated from the following files: