Public Member Functions | Private Types | Private Attributes
pugi::xpath_node Class Reference

#include <pugixml.hpp>

List of all members.

Public Member Functions

xml_attribute attribute () const
xml_node node () const
 operator unspecified_bool_type () const
bool operator! () const
bool operator!= (const xpath_node &n) const
bool operator== (const xpath_node &n) const
xml_node parent () const
 xpath_node ()
 xpath_node (const xml_node &node)
 xpath_node (const xml_attribute &attribute, const xml_node &parent)

Private Types

typedef void(* unspecified_bool_type )(xpath_node ***)

Private Attributes

xml_attribute _attribute
xml_node _node

Detailed Description

Definition at line 1212 of file pugixml.hpp.


Member Typedef Documentation

typedef void(* pugi::xpath_node::unspecified_bool_type)(xpath_node ***) [private]

Definition at line 1218 of file pugixml.hpp.


Constructor & Destructor Documentation

Definition at line 11657 of file pugixml.cpp.

Definition at line 11661 of file pugixml.cpp.

PUGI__FN pugi::xpath_node::xpath_node ( const xml_attribute attribute,
const xml_node parent 
)

Definition at line 11665 of file pugixml.cpp.


Member Function Documentation

Definition at line 11674 of file pugixml.cpp.

Definition at line 11669 of file pugixml.cpp.

PUGI__FN pugi::xpath_node::operator xpath_node::unspecified_bool_type ( ) const

Definition at line 11688 of file pugixml.cpp.

Definition at line 11693 of file pugixml.cpp.

PUGI__FN bool pugi::xpath_node::operator!= ( const xpath_node n) const

Definition at line 11703 of file pugixml.cpp.

PUGI__FN bool pugi::xpath_node::operator== ( const xpath_node n) const

Definition at line 11698 of file pugixml.cpp.

Definition at line 11679 of file pugixml.cpp.


Member Data Documentation

Definition at line 1216 of file pugixml.hpp.

Definition at line 1215 of file pugixml.hpp.


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


pugixml
Author(s): Jose Luis Sanchez-Lopez
autogenerated on Thu Jun 6 2019 21:00:00