Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
pugi::xpath_variable Class Reference

#include <ogdf/lib/pugixml/pugixml.h>

Public Member Functions

bool get_boolean () const
 
const xpath_node_setget_node_set () const
 
double get_number () const
 
const char_tget_string () const
 
const char_tname () const
 
bool set (bool value)
 
bool set (const char_t *value)
 
bool set (const xpath_node_set &value)
 
bool set (double value)
 
xpath_value_type type () const
 

Protected Member Functions

 xpath_variable (const xpath_variable &)
 
 xpath_variable (xpath_value_type type)
 
xpath_variableoperator= (const xpath_variable &)
 

Protected Attributes

xpath_variable_next
 
xpath_value_type _type
 

Friends

class xpath_variable_set
 

Detailed Description

Definition at line 1045 of file pugixml.h.

Constructor & Destructor Documentation

◆ xpath_variable() [1/2]

pugi::xpath_variable::xpath_variable ( xpath_value_type  type)
protected

◆ xpath_variable() [2/2]

pugi::xpath_variable::xpath_variable ( const xpath_variable )
protected

Member Function Documentation

◆ get_boolean()

bool pugi::xpath_variable::get_boolean ( ) const

◆ get_node_set()

const xpath_node_set & pugi::xpath_variable::get_node_set ( ) const

◆ get_number()

double pugi::xpath_variable::get_number ( ) const

◆ get_string()

const char_t * pugi::xpath_variable::get_string ( ) const

◆ name()

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

◆ operator=()

xpath_variable & pugi::xpath_variable::operator= ( const xpath_variable )
protected

◆ set() [1/4]

bool pugi::xpath_variable::set ( bool  value)

◆ set() [2/4]

bool pugi::xpath_variable::set ( const char_t value)

◆ set() [3/4]

bool pugi::xpath_variable::set ( const xpath_node_set value)

◆ set() [4/4]

bool pugi::xpath_variable::set ( double  value)

◆ type()

xpath_value_type pugi::xpath_variable::type ( ) const

Friends And Related Symbol Documentation

◆ xpath_variable_set

Definition at line 1047 of file pugixml.h.

Member Data Documentation

◆ _next

xpath_variable* pugi::xpath_variable::_next
protected

Definition at line 1051 of file pugixml.h.

◆ _type

xpath_value_type pugi::xpath_variable::_type
protected

Definition at line 1050 of file pugixml.h.


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