|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Public Member Functions | |
| xpath_string () | |
| void | append (const xpath_string &o, xpath_allocator *alloc) |
| const char_t * | c_str () const |
| size_t | length () const |
| char_t * | data (xpath_allocator *alloc) |
| bool | empty () const |
| bool | operator== (const xpath_string &o) const |
| bool | operator!= (const xpath_string &o) const |
| bool | uses_heap () const |
Static Public Member Functions | |
| static xpath_string | from_const (const char_t *str) |
| static xpath_string | from_heap_preallocated (const char_t *begin, const char_t *end) |
| static xpath_string | from_heap (const char_t *begin, const char_t *end, xpath_allocator *alloc) |
Definition at line 7945 of file pugixml.cc.
|
inline |
Definition at line 7992 of file pugixml.cc.
Referenced by from_const(), from_heap(), and from_heap_preallocated().
|
inline |
Definition at line 7996 of file pugixml.cc.
Referenced by string_value().
|
inline |
Definition at line 8031 of file pugixml.cc.
Referenced by xpath_ast_node::eval_boolean(), xpath_ast_node::eval_number(), and xpath_ast_node::eval_string().
|
inline |
Definition at line 8041 of file pugixml.cc.
Referenced by from_heap().
|
inline |
Definition at line 8059 of file pugixml.cc.
Referenced by xpath_ast_node::eval_boolean().
|
inlinestatic |
Definition at line 7967 of file pugixml.cc.
Referenced by convert_number_to_string(), xpath_ast_node::eval_string(), and string_value().
|
inlinestatic |
Definition at line 7979 of file pugixml.cc.
Referenced by xpath_ast_node::eval_string().
|
inlinestatic |
Definition at line 7972 of file pugixml.cc.
Referenced by convert_number_to_string(), xpath_ast_node::eval_string(), and xpath_ast_node::eval_string_concat().
|
inline |
Definition at line 8036 of file pugixml.cc.
Referenced by append(), xpath_ast_node::eval_number(), xpath_ast_node::eval_string(), and from_heap().
|
inline |
Definition at line 8069 of file pugixml.cc.
|
inline |
Definition at line 8064 of file pugixml.cc.
|
inline |
Definition at line 8074 of file pugixml.cc.