libyang  0.16.105
YANG data modeling language library
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 368 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

◆ Type_Info_Str()

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 155 of file Tree_Schema.cpp.

◆ ~Type_Info_Str()

Definition at line 159 of file Tree_Schema.cpp.

Member Function Documentation

◆ length()

S_Restr length ( )

get length variable from lys_type_info_str

Definition at line 160 of file Tree_Schema.cpp.

◆ patterns()

S_Restr patterns ( )

get patters variable from lys_type_info_str

Definition at line 161 of file Tree_Schema.cpp.

◆ pat_count()

int pat_count ( )
inline

get pat_count variable from lys_type_info_str

Definition at line 379 of file Tree_Schema.hpp.


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