ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
#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 |
Private Member Functions | |
xpath_variable_set (const xpath_variable_set &) | |
xpath_variable_set & | operator= (const xpath_variable_set &) |
xpath_variable * | find (const char_t *name) const |
Private Attributes | |
xpath_variable * | _data [64] |
Definition at line 1056 of file pugixml.hpp.
|
private |
PUGI__FN pugi::xpath_variable_set::xpath_variable_set | ( | ) |
Definition at line 10901 of file pugixml.cpp.
References _data.
PUGI__FN pugi::xpath_variable_set::~xpath_variable_set | ( | ) |
Definition at line 10907 of file pugixml.cpp.
References _data, pugi::xpath_variable::_next, pugi::xpath_variable::_type, and delete_xpath_variable().
PUGI__FN xpath_variable * pugi::xpath_variable_set::add | ( | const char_t * | name, |
xpath_value_type | type | ||
) |
Definition at line 10937 of file pugixml.cpp.
References _data, pugi::xpath_variable::_next, pugi::xpath_variable::_type, hash_string(), new_xpath_variable(), strequal(), and get_metrics::type.
Referenced by set().
|
private |
Definition at line 10924 of file pugixml.cpp.
References _data, pugi::xpath_variable::_next, hash_string(), and strequal().
Referenced by get().
PUGI__FN xpath_variable * pugi::xpath_variable_set::get | ( | const char_t * | name | ) |
Definition at line 10985 of file pugixml.cpp.
References find().
PUGI__FN const xpath_variable * pugi::xpath_variable_set::get | ( | const char_t * | name | ) | const |
Definition at line 10990 of file pugixml.cpp.
References find().
|
private |
Definition at line 10961 of file pugixml.cpp.
References add(), pugi::xpath_variable::set(), and pugi::xpath_type_boolean.
Definition at line 10973 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, |
const xpath_node_set & | value | ||
) |
Definition at line 10979 of file pugixml.cpp.
References add(), pugi::xpath_variable::set(), and pugi::xpath_type_node_set.
Definition at line 10967 of file pugixml.cpp.
References add(), pugi::xpath_variable::set(), and pugi::xpath_type_number.
|
private |
Definition at line 1059 of file pugixml.hpp.
Referenced by add(), find(), xpath_variable_set(), and ~xpath_variable_set().