#include <pugixml.hpp>
Public Member Functions | |
| bool | get_boolean () const |
| const xpath_node_set & | get_node_set () const |
| double | get_number () const |
| const char_t * | get_string () const |
| const char_t * | name () const |
| bool | set (bool value) |
| bool | set (double value) |
| bool | set (const char_t *value) |
| bool | set (const xpath_node_set &value) |
| xpath_value_type | type () const |
Protected Member Functions | |
| xpath_variable & | operator= (const xpath_variable &) |
| xpath_variable (xpath_value_type type) | |
| xpath_variable (const xpath_variable &) | |
Protected Attributes | |
| xpath_variable * | _next |
| xpath_value_type | _type |
Friends | |
| class | xpath_variable_set |
Definition at line 1041 of file pugixml.hpp.
| PUGI__FN pugi::xpath_variable::xpath_variable | ( | xpath_value_type | type | ) | [protected] |
Definition at line 11881 of file pugixml.cpp.
| pugi::xpath_variable::xpath_variable | ( | const xpath_variable & | ) | [protected] |
| PUGI__FN bool pugi::xpath_variable::get_boolean | ( | ) | const |
Definition at line 11912 of file pugixml.cpp.
| PUGI__FN const xpath_node_set & pugi::xpath_variable::get_node_set | ( | ) | const |
Definition at line 11928 of file pugixml.cpp.
| PUGI__FN double pugi::xpath_variable::get_number | ( | ) | const |
Definition at line 11917 of file pugixml.cpp.
| PUGI__FN const char_t * pugi::xpath_variable::get_string | ( | ) | const |
Definition at line 11922 of file pugixml.cpp.
| PUGI__FN const char_t * pugi::xpath_variable::name | ( | ) | const |
Definition at line 11885 of file pugixml.cpp.
| xpath_variable& pugi::xpath_variable::operator= | ( | const xpath_variable & | ) | [protected] |
| PUGI__FN bool pugi::xpath_variable::set | ( | bool | value | ) |
Definition at line 11933 of file pugixml.cpp.
| PUGI__FN bool pugi::xpath_variable::set | ( | double | value | ) |
Definition at line 11941 of file pugixml.cpp.
| PUGI__FN bool pugi::xpath_variable::set | ( | const char_t * | value | ) |
Definition at line 11949 of file pugixml.cpp.
| PUGI__FN bool pugi::xpath_variable::set | ( | const xpath_node_set & | value | ) |
Definition at line 11970 of file pugixml.cpp.
Definition at line 11907 of file pugixml.cpp.
friend class xpath_variable_set [friend] |
Definition at line 1043 of file pugixml.hpp.
xpath_variable* pugi::xpath_variable::_next [protected] |
Definition at line 1047 of file pugixml.hpp.
xpath_value_type pugi::xpath_variable::_type [protected] |
Definition at line 1046 of file pugixml.hpp.