NDDEM
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | 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
 

Private Member Functions

void _assign (const xpath_variable_set &rhs)
 
void _swap (xpath_variable_set &rhs)
 
xpath_variable_find (const char_t *name) const
 

Static Private Member Functions

static bool _clone (xpath_variable *var, xpath_variable **out_result)
 
static void _destroy (xpath_variable *var)
 

Private Attributes

xpath_variable_data [64]
 

Constructor & Destructor Documentation

◆ xpath_variable_set() [1/2]

PUGI_IMPL_FN pugi::xpath_variable_set::xpath_variable_set ( )

◆ ~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)

Member Function Documentation

◆ _assign()

PUGI_IMPL_FN void pugi::xpath_variable_set::_assign ( const xpath_variable_set rhs)
private

◆ _clone()

PUGI_IMPL_FN bool pugi::xpath_variable_set::_clone ( xpath_variable var,
xpath_variable **  out_result 
)
staticprivate

◆ _destroy()

PUGI_IMPL_FN void pugi::xpath_variable_set::_destroy ( xpath_variable var)
staticprivate

◆ _find()

PUGI_IMPL_FN xpath_variable * pugi::xpath_variable_set::_find ( const char_t name) const
private

◆ _swap()

PUGI_IMPL_FN void pugi::xpath_variable_set::_swap ( xpath_variable_set rhs)
private

◆ add()

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

◆ 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)

◆ set() [1/4]

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

◆ set() [2/4]

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

◆ set() [3/4]

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

◆ set() [4/4]

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

Member Data Documentation

◆ _data

xpath_variable* pugi::xpath_variable_set::_data[64]
private

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