Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tinyxml2::XMLConstHandle Class Reference

#include <JETSCAPE/blob/main/external_packages/tinyxml2.h>

+ Collaboration diagram for tinyxml2::XMLConstHandle:

Public Member Functions

 XMLConstHandle (const XMLNode *node)
 
 XMLConstHandle (const XMLNode &node)
 
 XMLConstHandle (const XMLConstHandle &ref)
 
XMLConstHandleoperator= (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 XMLNodeToNode () const
 
const XMLElementToElement () const
 
const XMLTextToText () const
 
const XMLUnknownToUnknown () const
 
const XMLDeclarationToDeclaration () const
 

Private Attributes

const XMLNode_node
 

Detailed Description

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

Constructor & Destructor Documentation

tinyxml2::XMLConstHandle::XMLConstHandle ( const XMLNode node)
inline

Definition at line 1947 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 1947 of file tinyxml2.h

tinyxml2::XMLConstHandle::XMLConstHandle ( const XMLNode node)
inline

Definition at line 1950 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 1950 of file tinyxml2.h

tinyxml2::XMLConstHandle::XMLConstHandle ( const XMLConstHandle ref)
inline

Definition at line 1953 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 1953 of file tinyxml2.h

References _node.

Member Function Documentation

const XMLConstHandle tinyxml2::XMLConstHandle::FirstChild ( ) const
inline

Definition at line 1962 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 1962 of file tinyxml2.h

const XMLConstHandle tinyxml2::XMLConstHandle::FirstChildElement ( const char *  name = 0) const
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.

const XMLConstHandle tinyxml2::XMLConstHandle::LastChild ( ) const
inline

Definition at line 1968 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 1968 of file tinyxml2.h

const XMLConstHandle tinyxml2::XMLConstHandle::LastChildElement ( const char *  name = 0) const
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.

const XMLConstHandle tinyxml2::XMLConstHandle::NextSibling ( ) const
inline

Definition at line 1980 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 1980 of file tinyxml2.h

const XMLConstHandle tinyxml2::XMLConstHandle::NextSiblingElement ( const char *  name = 0) const
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.

XMLConstHandle& tinyxml2::XMLConstHandle::operator= ( const XMLConstHandle ref)
inline

Definition at line 1957 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 1957 of file tinyxml2.h

References _node.

const XMLConstHandle tinyxml2::XMLConstHandle::PreviousSibling ( ) const
inline

Definition at line 1974 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 1974 of file tinyxml2.h

const XMLConstHandle tinyxml2::XMLConstHandle::PreviousSiblingElement ( const char *  name = 0) const
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.

const XMLDeclaration* tinyxml2::XMLConstHandle::ToDeclaration ( ) const
inline

Definition at line 2000 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 2000 of file tinyxml2.h

const XMLElement* tinyxml2::XMLConstHandle::ToElement ( ) const
inline

Definition at line 1991 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 1991 of file tinyxml2.h

const XMLNode* tinyxml2::XMLConstHandle::ToNode ( ) const
inline

Definition at line 1988 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 1988 of file tinyxml2.h

const XMLText* tinyxml2::XMLConstHandle::ToText ( ) const
inline

Definition at line 1994 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 1994 of file tinyxml2.h

const XMLUnknown* tinyxml2::XMLConstHandle::ToUnknown ( ) const
inline

Definition at line 1997 of file tinyxml2.h.

View newest version in sPHENIX GitHub at line 1997 of file tinyxml2.h

Member Data Documentation

const XMLNode* tinyxml2::XMLConstHandle::_node
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().


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