OpenCPN Partial API docs
Loading...
Searching...
No Matches
pugi::xpath_variable_set Class Reference

Public Member Functions

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

Constructor & Destructor Documentation

◆ xpath_variable_set() [1/2]

PUGI__FN pugi::xpath_variable_set::xpath_variable_set ( )

Definition at line 11663 of file pugixml.cpp.

◆ ~xpath_variable_set()

PUGI__FN pugi::xpath_variable_set::~xpath_variable_set ( )

Definition at line 11667 of file pugixml.cpp.

◆ xpath_variable_set() [2/2]

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

Definition at line 11672 of file pugixml.cpp.

Member Function Documentation

◆ add()

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

Definition at line 11773 of file pugixml.cpp.

◆ get() [1/2]

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

Definition at line 11815 of file pugixml.cpp.

◆ get() [2/2]

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

Definition at line 11819 of file pugixml.cpp.

◆ operator=()

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

Definition at line 11678 of file pugixml.cpp.

◆ set() [1/4]

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

Definition at line 11794 of file pugixml.cpp.

◆ set() [2/4]

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

Definition at line 11804 of file pugixml.cpp.

◆ set() [3/4]

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

Definition at line 11809 of file pugixml.cpp.

◆ set() [4/4]

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

Definition at line 11799 of file pugixml.cpp.


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