| 
    HDK
    
   | 
 
#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 | 
Definition at line 1145 of file pugixml.hpp.
      
  | 
  protected | 
Definition at line 12405 of file pugixml.cpp.
      
  | 
  protected | 
| PUGI__FN bool pugi::xpath_variable::get_boolean | ( | ) | const | 
Definition at line 12436 of file pugixml.cpp.
| PUGI__FN const xpath_node_set & pugi::xpath_variable::get_node_set | ( | ) | const | 
Definition at line 12452 of file pugixml.cpp.
| PUGI__FN double pugi::xpath_variable::get_number | ( | ) | const | 
Definition at line 12441 of file pugixml.cpp.
Definition at line 12446 of file pugixml.cpp.
Definition at line 12409 of file pugixml.cpp.
      
  | 
  protected | 
| PUGI__FN bool pugi::xpath_variable::set | ( | bool | value | ) | 
Definition at line 12457 of file pugixml.cpp.
| PUGI__FN bool pugi::xpath_variable::set | ( | double | value | ) | 
Definition at line 12465 of file pugixml.cpp.
Definition at line 12473 of file pugixml.cpp.
| PUGI__FN bool pugi::xpath_variable::set | ( | const xpath_node_set & | value | ) | 
Definition at line 12494 of file pugixml.cpp.
| PUGI__FN xpath_value_type pugi::xpath_variable::type | ( | ) | const | 
Definition at line 12431 of file pugixml.cpp.
      
  | 
  friend | 
Definition at line 1147 of file pugixml.hpp.
      
  | 
  protected | 
Definition at line 1151 of file pugixml.hpp.
      
  | 
  protected | 
Definition at line 1150 of file pugixml.hpp.