HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
strconv_attribute_impl< opt_escape > Struct Template Reference

Static Public Member Functions

static char_tparse_wnorm (char_t *s, char_t end_quote)
 
static char_tparse_wconv (char_t *s, char_t end_quote)
 
static char_tparse_eol (char_t *s, char_t end_quote)
 
static char_tparse_simple (char_t *s, char_t end_quote)
 

Detailed Description

template<typename opt_escape>
struct strconv_attribute_impl< opt_escape >

Definition at line 2707 of file pugixml.cpp.

Member Function Documentation

template<typename opt_escape >
static char_t* strconv_attribute_impl< opt_escape >::parse_eol ( char_t s,
char_t  end_quote 
)
inlinestatic

Definition at line 2797 of file pugixml.cpp.

template<typename opt_escape >
static char_t* strconv_attribute_impl< opt_escape >::parse_simple ( char_t s,
char_t  end_quote 
)
inlinestatic

Definition at line 2829 of file pugixml.cpp.

template<typename opt_escape >
static char_t* strconv_attribute_impl< opt_escape >::parse_wconv ( char_t s,
char_t  end_quote 
)
inlinestatic

Definition at line 2761 of file pugixml.cpp.

template<typename opt_escape >
static char_t* strconv_attribute_impl< opt_escape >::parse_wnorm ( char_t s,
char_t  end_quote 
)
inlinestatic

Definition at line 2709 of file pugixml.cpp.


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