HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pugi::xpath_variable_set Class Reference

#include <pugixml.hpp>

Public Member Functions

 xpath_variable_set ()
 
 ~xpath_variable_set ()
 
 xpath_variable_set (const xpath_variable_set &rhs)
 
xpath_variable_setoperator= (const xpath_variable_set &rhs)
 
xpath_variableadd (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_variableget (const char_t *name)
 
const xpath_variableget (const char_t *name) const
 

Detailed Description

Definition at line 1180 of file pugixml.hpp.

Constructor & Destructor Documentation

PUGI__FN pugi::xpath_variable_set::xpath_variable_set ( )

Definition at line 12502 of file pugixml.cpp.

PUGI__FN pugi::xpath_variable_set::~xpath_variable_set ( )

Definition at line 12508 of file pugixml.cpp.

PUGI__FN pugi::xpath_variable_set::xpath_variable_set ( const xpath_variable_set rhs)

Definition at line 12514 of file pugixml.cpp.

Member Function Documentation

PUGI__FN xpath_variable * pugi::xpath_variable_set::add ( const char_t name,
xpath_value_type  type 
)

Definition at line 12629 of file pugixml.cpp.

PUGI__FN xpath_variable * pugi::xpath_variable_set::get ( const char_t name)

Definition at line 12676 of file pugixml.cpp.

PUGI__FN const xpath_variable * pugi::xpath_variable_set::get ( const char_t name) const

Definition at line 12681 of file pugixml.cpp.

PUGI__FN xpath_variable_set & pugi::xpath_variable_set::operator= ( const xpath_variable_set rhs)

Definition at line 12522 of file pugixml.cpp.

PUGI__FN bool pugi::xpath_variable_set::set ( const char_t name,
bool  value 
)

Definition at line 12652 of file pugixml.cpp.

PUGI__FN bool pugi::xpath_variable_set::set ( const char_t name,
double  value 
)

Definition at line 12658 of file pugixml.cpp.

PUGI__FN bool pugi::xpath_variable_set::set ( const char_t name,
const char_t value 
)

Definition at line 12664 of file pugixml.cpp.

PUGI__FN bool pugi::xpath_variable_set::set ( const char_t name,
const xpath_node_set value 
)

Definition at line 12670 of file pugixml.cpp.


The documentation for this class was generated from the following files: