#include <pugixml.hpp>

Public Member Functions | |
| xpath_variable_set () | |
| ~xpath_variable_set () | |
| xpath_variable * | add (const char_t *name, xpath_value_type type) |
| bool | set (const char_t *name, bool value) |
| bool | set (const char_t *name, double value) |
| bool | set (const char_t *name, const char_t *value) |
| bool | set (const char_t *name, const xpath_node_set &value) |
| xpath_variable * | get (const char_t *name) |
| const xpath_variable * | get (const char_t *name) const |
Definition at line 977 of file pugixml.hpp.
| PUGI__FN pugi::xpath_variable_set::xpath_variable_set | ( | ) |
Definition at line 9125 of file pugixml.cpp.
| PUGI__FN pugi::xpath_variable_set::~xpath_variable_set | ( | ) |
Definition at line 9130 of file pugixml.cpp.
References pugi::xpath_variable::_next, pugi::xpath_variable::_type, delete_xpath_variable(), and sapt::next().

| PUGI__FN xpath_variable * pugi::xpath_variable_set::add | ( | const char_t * | name, | |
| xpath_value_type | type | |||
| ) |
Definition at line 9158 of file pugixml.cpp.
References pugi::xpath_variable::_next, pugi::xpath_variable::_type, hash_string(), new_xpath_variable(), and strequal().
Referenced by set().


| PUGI__FN const xpath_variable * pugi::xpath_variable_set::get | ( | const char_t * | name | ) | const |
Definition at line 9210 of file pugixml.cpp.
| PUGI__FN xpath_variable * pugi::xpath_variable_set::get | ( | const char_t * | name | ) |
Definition at line 9205 of file pugixml.cpp.
| PUGI__FN bool pugi::xpath_variable_set::set | ( | const char_t * | name, | |
| const xpath_node_set & | value | |||
| ) |
Definition at line 9199 of file pugixml.cpp.
References add(), pugi::xpath_variable::set(), and pugi::xpath_type_node_set.

Definition at line 9193 of file pugixml.cpp.
References add(), pugi::xpath_variable::set(), and pugi::xpath_type_string.

| PUGI__FN bool pugi::xpath_variable_set::set | ( | const char_t * | name, | |
| double | value | |||
| ) |
Definition at line 9187 of file pugixml.cpp.
References add(), pugi::xpath_variable::set(), and pugi::xpath_type_number.

| PUGI__FN bool pugi::xpath_variable_set::set | ( | const char_t * | name, | |
| bool | value | |||
| ) |
Definition at line 9181 of file pugixml.cpp.
References add(), pugi::xpath_variable::set(), and pugi::xpath_type_boolean.

1.5.9