#include <ogdf/lib/pugixml/pugixml.h>
Public Member Functions | |
xpath_variable_set () | |
xpath_variable_set (const xpath_variable_set &rhs) | |
~xpath_variable_set () | |
xpath_variable * | add (const char_t *name, xpath_value_type type) |
xpath_variable * | get (const char_t *name) |
const xpath_variable * | get (const char_t *name) const |
xpath_variable_set & | operator= (const xpath_variable_set &rhs) |
bool | set (const char_t *name, bool value) |
bool | set (const char_t *name, const char_t *value) |
bool | set (const char_t *name, const xpath_node_set &value) |
bool | set (const char_t *name, double value) |
Private Member Functions | |
void | _assign (const xpath_variable_set &rhs) |
xpath_variable * | _find (const char_t *name) const |
void | _swap (xpath_variable_set &rhs) |
Static Private Member Functions | |
static bool | _clone (xpath_variable *var, xpath_variable **out_result) |
static void | _destroy (xpath_variable *var) |
Private Attributes | |
xpath_variable * | _data [64] |
pugi::xpath_variable_set::xpath_variable_set | ( | ) |
pugi::xpath_variable_set::~xpath_variable_set | ( | ) |
pugi::xpath_variable_set::xpath_variable_set | ( | const xpath_variable_set & | rhs | ) |
|
private |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
xpath_variable * pugi::xpath_variable_set::add | ( | const char_t * | name, |
xpath_value_type | type | ||
) |
xpath_variable * pugi::xpath_variable_set::get | ( | const char_t * | name | ) |
const xpath_variable * pugi::xpath_variable_set::get | ( | const char_t * | name | ) | const |
xpath_variable_set & pugi::xpath_variable_set::operator= | ( | const xpath_variable_set & | rhs | ) |
bool pugi::xpath_variable_set::set | ( | const char_t * | name, |
const xpath_node_set & | value | ||
) |
|
private |