ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Static Public Member Functions | List of all members
strconv_attribute_impl< opt_escape > Struct Template Reference

Static Public Member Functions

static char_t * parse_wnorm (char_t *s, char_t end_quote)
 
static char_t * parse_wconv (char_t *s, char_t end_quote)
 
static char_t * parse_eol (char_t *s, char_t end_quote)
 
static char_t * parse_simple (char_t *s, char_t end_quote)
 

Detailed Description

template<typename opt_escape>
struct strconv_attribute_impl< opt_escape >

Definition at line 2085 of file pugixml.cpp.

Member Function Documentation

◆ parse_eol()

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 2184 of file pugixml.cpp.

References ct_parse_attr, gap::flush(), PUGI__IS_CHARTYPE, gap::push(), s, and strconv_escape().

Here is the call graph for this function:

◆ parse_simple()

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 2219 of file pugixml.cpp.

References ct_parse_attr, gap::flush(), PUGI__IS_CHARTYPE, s, and strconv_escape().

Here is the call graph for this function:

◆ parse_wconv()

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 2144 of file pugixml.cpp.

References ct_parse_attr_ws, ct_space, gap::flush(), PUGI__IS_CHARTYPE, gap::push(), s, and strconv_escape().

Here is the call graph for this function:

◆ parse_wnorm()

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 2087 of file pugixml.cpp.

References ct_parse_attr_ws, ct_space, gap::flush(), PUGI__IS_CHARTYPE, gap::push(), s, get_metrics::str, and strconv_escape().

Here is the call graph for this function:

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