CARLA
Public Member Functions | Public Attributes | List of all members
gap Struct Reference
+ Collaboration diagram for gap:

Public Member Functions

char_t * flush (char_t *s)
 
 gap ()
 
void push (char_t *&s, size_t count)
 

Public Attributes

char_t * end
 
size_t size
 

Detailed Description

Definition at line 2410 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ gap()

gap::gap ( )
inline

Definition at line 2415 of file pugixml.cpp.

Member Function Documentation

◆ flush()

char_t* gap::flush ( char_t *  s)
inline

◆ push()

void gap::push ( char_t *&  s,
size_t  count 
)
inline

Definition at line 2421 of file pugixml.cpp.

Referenced by strconv_pcdata_impl< opt_trim, opt_eol, opt_escape >::parse(), strconv_attribute_impl< opt_escape >::parse_eol(), strconv_attribute_impl< opt_escape >::parse_wconv(), strconv_attribute_impl< opt_escape >::parse_wnorm(), strconv_cdata(), strconv_comment(), and strconv_escape().

+ Here is the caller graph for this function:

Member Data Documentation

◆ end

char_t* gap::end

Definition at line 2412 of file pugixml.cpp.

◆ size

size_t gap::size

Definition at line 2413 of file pugixml.cpp.


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