|
OpenCPN Partial API docs
|
Public Member Functions | |
| 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 1227 of file pugixml.hpp.
| PUGI__FN pugi::xpath_variable_set::xpath_variable_set | ( | ) |
Definition at line 11663 of file pugixml.cpp.
| PUGI__FN pugi::xpath_variable_set::~xpath_variable_set | ( | ) |
Definition at line 11667 of file pugixml.cpp.
| PUGI__FN pugi::xpath_variable_set::xpath_variable_set | ( | const xpath_variable_set & | rhs | ) |
Definition at line 11672 of file pugixml.cpp.
| PUGI__FN xpath_variable * pugi::xpath_variable_set::add | ( | const char_t * | name, |
| xpath_value_type | type | ||
| ) |
Definition at line 11773 of file pugixml.cpp.
| PUGI__FN xpath_variable * pugi::xpath_variable_set::get | ( | const char_t * | name | ) |
Definition at line 11815 of file pugixml.cpp.
| PUGI__FN const xpath_variable * pugi::xpath_variable_set::get | ( | const char_t * | name | ) | const |
Definition at line 11819 of file pugixml.cpp.
| PUGI__FN xpath_variable_set & pugi::xpath_variable_set::operator= | ( | const xpath_variable_set & | rhs | ) |
Definition at line 11678 of file pugixml.cpp.
| PUGI__FN bool pugi::xpath_variable_set::set | ( | const char_t * | name, |
| bool | value | ||
| ) |
Definition at line 11794 of file pugixml.cpp.
| PUGI__FN bool pugi::xpath_variable_set::set | ( | const char_t * | name, |
| const char_t * | value | ||
| ) |
Definition at line 11804 of file pugixml.cpp.
| PUGI__FN bool pugi::xpath_variable_set::set | ( | const char_t * | name, |
| const xpath_node_set & | value | ||
| ) |
Definition at line 11809 of file pugixml.cpp.
| PUGI__FN bool pugi::xpath_variable_set::set | ( | const char_t * | name, |
| double | value | ||
| ) |
Definition at line 11799 of file pugixml.cpp.