HDK
|
#include <pugixml.hpp>
Public Member Functions | |
xpath_variable_set () | |
~xpath_variable_set () | |
xpath_variable_set (const xpath_variable_set &rhs) | |
xpath_variable_set & | operator= (const xpath_variable_set &rhs) |
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 1180 of file pugixml.hpp.
PUGI__FN pugi::xpath_variable_set::xpath_variable_set | ( | ) |
Definition at line 12502 of file pugixml.cpp.
PUGI__FN pugi::xpath_variable_set::~xpath_variable_set | ( | ) |
Definition at line 12508 of file pugixml.cpp.
PUGI__FN pugi::xpath_variable_set::xpath_variable_set | ( | const xpath_variable_set & | rhs | ) |
Definition at line 12514 of file pugixml.cpp.
PUGI__FN xpath_variable * pugi::xpath_variable_set::add | ( | const char_t * | name, |
xpath_value_type | type | ||
) |
Definition at line 12629 of file pugixml.cpp.
PUGI__FN xpath_variable * pugi::xpath_variable_set::get | ( | const char_t * | name | ) |
Definition at line 12676 of file pugixml.cpp.
PUGI__FN const xpath_variable * pugi::xpath_variable_set::get | ( | const char_t * | name | ) | const |
Definition at line 12681 of file pugixml.cpp.
PUGI__FN xpath_variable_set & pugi::xpath_variable_set::operator= | ( | const xpath_variable_set & | rhs | ) |
Definition at line 12522 of file pugixml.cpp.
Definition at line 12652 of file pugixml.cpp.
Definition at line 12658 of file pugixml.cpp.
Definition at line 12664 of file pugixml.cpp.
PUGI__FN bool pugi::xpath_variable_set::set | ( | const char_t * | name, |
const xpath_node_set & | value | ||
) |
Definition at line 12670 of file pugixml.cpp.