Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/tinyxml2.h>
Public Member Functions | |
XMLConstHandle (const XMLNode *node) | |
XMLConstHandle (const XMLNode &node) | |
XMLConstHandle (const XMLConstHandle &ref) | |
XMLConstHandle & | operator= (const XMLConstHandle &ref) |
const XMLConstHandle | FirstChild () const |
const XMLConstHandle | FirstChildElement (const char *name=0) const |
const XMLConstHandle | LastChild () const |
const XMLConstHandle | LastChildElement (const char *name=0) const |
const XMLConstHandle | PreviousSibling () const |
const XMLConstHandle | PreviousSiblingElement (const char *name=0) const |
const XMLConstHandle | NextSibling () const |
const XMLConstHandle | NextSiblingElement (const char *name=0) const |
const XMLNode * | ToNode () const |
const XMLElement * | ToElement () const |
const XMLText * | ToText () const |
const XMLUnknown * | ToUnknown () const |
const XMLDeclaration * | ToDeclaration () const |
Private Attributes | |
const XMLNode * | _node |
A variant of the XMLHandle class for working with const XMLNodes and Documents. It is the same in all regards, except for the 'const' qualifiers. See XMLHandle for API.
Definition at line 1944 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1944 of file tinyxml2.h
|
inline |
Definition at line 1947 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1947 of file tinyxml2.h
|
inline |
Definition at line 1950 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1950 of file tinyxml2.h
|
inline |
Definition at line 1953 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1953 of file tinyxml2.h
References _node.
|
inline |
Definition at line 1962 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1962 of file tinyxml2.h
|
inline |
Definition at line 1965 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1965 of file tinyxml2.h
References perf_headwind::name.
|
inline |
Definition at line 1968 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1968 of file tinyxml2.h
|
inline |
Definition at line 1971 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1971 of file tinyxml2.h
References perf_headwind::name.
|
inline |
Definition at line 1980 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1980 of file tinyxml2.h
|
inline |
Definition at line 1983 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1983 of file tinyxml2.h
References perf_headwind::name.
|
inline |
Definition at line 1957 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1957 of file tinyxml2.h
References _node.
|
inline |
Definition at line 1974 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1974 of file tinyxml2.h
|
inline |
Definition at line 1977 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1977 of file tinyxml2.h
References perf_headwind::name.
|
inline |
Definition at line 2000 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 2000 of file tinyxml2.h
|
inline |
Definition at line 1991 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1991 of file tinyxml2.h
|
inline |
Definition at line 1988 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1988 of file tinyxml2.h
|
inline |
Definition at line 1994 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1994 of file tinyxml2.h
|
inline |
Definition at line 1997 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 1997 of file tinyxml2.h
|
private |
Definition at line 2005 of file tinyxml2.h.
View newest version in sPHENIX GitHub at line 2005 of file tinyxml2.h
Referenced by operator=(), and XMLConstHandle().