NDDEM
|
#include <pugixml.hpp>
Public Member Functions | |
const char_t * | name () const |
xpath_value_type | type () const |
bool | get_boolean () const |
double | get_number () const |
const char_t * | get_string () const |
const xpath_node_set & | get_node_set () const |
bool | set (bool value) |
bool | set (double value) |
bool | set (const char_t *value) |
bool | set (const xpath_node_set &value) |
Protected Member Functions | |
xpath_variable (xpath_value_type type) | |
xpath_variable (const xpath_variable &) | |
xpath_variable & | operator= (const xpath_variable &) |
Protected Attributes | |
xpath_value_type | _type |
xpath_variable * | _next |
Friends | |
class | xpath_variable_set |
|
protected |
|
protected |
PUGI_IMPL_FN bool xpath_variable::get_boolean | ( | ) | const |
PUGI_IMPL_FN const xpath_node_set & xpath_variable::get_node_set | ( | ) | const |
PUGI_IMPL_FN double xpath_variable::get_number | ( | ) | const |
PUGI_IMPL_FN const char_t * xpath_variable::get_string | ( | ) | const |
PUGI_IMPL_FN const char_t * xpath_variable::name | ( | ) | const |
|
protected |
PUGI_IMPL_FN bool xpath_variable::set | ( | bool | value | ) |
PUGI_IMPL_FN bool xpath_variable::set | ( | const char_t * | value | ) |
PUGI_IMPL_FN bool xpath_variable::set | ( | const xpath_node_set & | value | ) |
PUGI_IMPL_FN bool xpath_variable::set | ( | double | value | ) |
PUGI_IMPL_FN xpath_value_type xpath_variable::type | ( | ) | const |
|
friend |
|
protected |
|
protected |