ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
#include <pugixml.hpp>
Public Member Functions | |
xpath_node () | |
xpath_node (const xml_node &node) | |
xpath_node (const xml_attribute &attribute, const xml_node &parent) | |
xml_node | node () const |
xml_attribute | attribute () const |
xml_node | parent () const |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | operator== (const xpath_node &n) const |
bool | operator!= (const xpath_node &n) const |
Private Types | |
typedef void(* | unspecified_bool_type) (xpath_node ***) |
Private Attributes | |
xml_node | _node |
xml_attribute | _attribute |
Definition at line 1165 of file pugixml.hpp.
|
private |
Definition at line 1171 of file pugixml.hpp.
PUGI__FN pugi::xpath_node::xpath_node | ( | ) |
Definition at line 10611 of file pugixml.cpp.
Definition at line 10613 of file pugixml.cpp.
PUGI__FN pugi::xpath_node::xpath_node | ( | const xml_attribute & | attribute, |
const xml_node & | parent | ||
) |
Definition at line 10615 of file pugixml.cpp.
PUGI__FN xml_attribute pugi::xpath_node::attribute | ( | ) | const |
Definition at line 10625 of file pugixml.cpp.
References _attribute.
Definition at line 10620 of file pugixml.cpp.
References _attribute, and _node.
PUGI__FN pugi::xpath_node::operator xpath_node::unspecified_bool_type | ( | ) | const |
Definition at line 10637 of file pugixml.cpp.
References _attribute, _node, and pugi::unspecified_bool_xpath_node().
Definition at line 10642 of file pugixml.cpp.
References _attribute, and _node.
PUGI__FN bool pugi::xpath_node::operator!= | ( | const xpath_node & | n | ) | const |
Definition at line 10652 of file pugixml.cpp.
References _attribute, and _node.
PUGI__FN bool pugi::xpath_node::operator== | ( | const xpath_node & | n | ) | const |
Definition at line 10647 of file pugixml.cpp.
References _attribute, and _node.
Definition at line 10630 of file pugixml.cpp.
References _attribute, _node, and pugi::xml_node::parent().
|
private |
Definition at line 1169 of file pugixml.hpp.
Referenced by attribute(), node(), operator unspecified_bool_type(), operator!(), operator!=(), operator==(), and parent().
|
private |
Definition at line 1168 of file pugixml.hpp.
Referenced by node(), operator unspecified_bool_type(), operator!(), operator!=(), operator==(), and parent().