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
 
 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 1141 of file pugixml.hpp.

Constructor & Destructor Documentation

PUGI__FN pugi::xpath_variable_set::xpath_variable_set ( )

Definition at line 12156 of file pugixml.cpp.

PUGI__FN pugi::xpath_variable_set::~xpath_variable_set ( )

Definition at line 12162 of file pugixml.cpp.

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

Definition at line 12168 of file pugixml.cpp.

pugi::xpath_variable_set::xpath_variable_set ( )
pugi::xpath_variable_set::~xpath_variable_set ( )
pugi::xpath_variable_set::xpath_variable_set ( const xpath_variable_set rhs)

Member Function Documentation

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

Definition at line 12283 of file pugixml.cpp.

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

Definition at line 12330 of file pugixml.cpp.

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

Definition at line 12335 of file pugixml.cpp.

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

Definition at line 12176 of file pugixml.cpp.

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

Definition at line 12306 of file pugixml.cpp.

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

Definition at line 12312 of file pugixml.cpp.

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

Definition at line 12318 of file pugixml.cpp.

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

Definition at line 12324 of file pugixml.cpp.


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