pugi::xpath_variable_set Class Reference

#include <pugixml.hpp>

Collaboration diagram for pugi::xpath_variable_set:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 xpath_variable_set ()
 ~xpath_variable_set ()
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 977 of file pugixml.hpp.


Constructor & Destructor Documentation

PUGI__FN pugi::xpath_variable_set::xpath_variable_set (  ) 

Definition at line 9125 of file pugixml.cpp.

PUGI__FN pugi::xpath_variable_set::~xpath_variable_set (  ) 

Definition at line 9130 of file pugixml.cpp.

References pugi::xpath_variable::_next, pugi::xpath_variable::_type, delete_xpath_variable(), and sapt::next().

Here is the call graph for this function:


Member Function Documentation

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

Definition at line 9158 of file pugixml.cpp.

References pugi::xpath_variable::_next, pugi::xpath_variable::_type, hash_string(), new_xpath_variable(), and strequal().

Referenced by set().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 9210 of file pugixml.cpp.

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

Definition at line 9205 of file pugixml.cpp.

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

Definition at line 9199 of file pugixml.cpp.

References add(), pugi::xpath_variable::set(), and pugi::xpath_type_node_set.

Here is the call graph for this function:

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

Definition at line 9193 of file pugixml.cpp.

References add(), pugi::xpath_variable::set(), and pugi::xpath_type_string.

Here is the call graph for this function:

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

Definition at line 9187 of file pugixml.cpp.

References add(), pugi::xpath_variable::set(), and pugi::xpath_type_number.

Here is the call graph for this function:

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

Definition at line 9181 of file pugixml.cpp.

References add(), pugi::xpath_variable::set(), and pugi::xpath_type_boolean.

Here is the call graph for this function:


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

Generated on Thu Jul 6 00:34:24 2017 for Moses by  doxygen 1.5.9