TraceX
 
Loading...
Searching...
No Matches
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
 

Constructor & Destructor Documentation

◆ xpath_variable_set() [1/2]

PUGI_IMPL_FN pugi::xpath_variable_set::xpath_variable_set ( )
Here is the caller graph for this function:

◆ ~xpath_variable_set()

PUGI_IMPL_FN pugi::xpath_variable_set::~xpath_variable_set ( )

◆ xpath_variable_set() [2/2]

PUGI_IMPL_FN pugi::xpath_variable_set::xpath_variable_set ( const xpath_variable_set & rhs)
Here is the call graph for this function:

Member Function Documentation

◆ add()

PUGI_IMPL_FN xpath_variable * pugi::xpath_variable_set::add ( const char_t * name,
xpath_value_type type )
Here is the caller graph for this function:

◆ get() [1/2]

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

◆ get() [2/2]

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

◆ operator=()

PUGI_IMPL_FN xpath_variable_set & pugi::xpath_variable_set::operator= ( const xpath_variable_set & rhs)
Here is the call graph for this function:

◆ set() [1/4]

PUGI_IMPL_FN bool pugi::xpath_variable_set::set ( const char_t * name,
bool value )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ set() [2/4]

PUGI_IMPL_FN bool pugi::xpath_variable_set::set ( const char_t * name,
const char_t * value )
Here is the call graph for this function:

◆ set() [3/4]

PUGI_IMPL_FN bool pugi::xpath_variable_set::set ( const char_t * name,
const xpath_node_set & value )
Here is the call graph for this function:

◆ set() [4/4]

PUGI_IMPL_FN bool pugi::xpath_variable_set::set ( const char_t * name,
double value )
Here is the call graph for this function:

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