arsa  2.7
Public Member Functions | List of all members
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 1137 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xpath_variable_set() [1/2]

pugi::xpath_variable_set::xpath_variable_set ( )

◆ ~xpath_variable_set()

pugi::xpath_variable_set::~xpath_variable_set ( )

◆ xpath_variable_set() [2/2]

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

Member Function Documentation

◆ add()

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

◆ get() [1/2]

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

◆ get() [2/2]

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

◆ operator=()

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

◆ set() [1/4]

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

◆ set() [2/4]

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

◆ set() [3/4]

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

◆ set() [4/4]

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

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