ATLAS Offline Software
|
#include <msgHandler.h>
Public Member Functions | |
msgHandler (const std::string &, AGDDController &c) | |
virtual void | ElementHandle (AGDDController &c, xercesc::DOMNode *t) override |
const std::string & | GetName () const |
virtual void | Handle (AGDDController &c, xercesc::DOMNode *t) |
void | StopLoop (bool) |
bool | IsLoopToBeStopped () const |
Protected Member Functions | |
bool | isAttribute (const xercesc::DOMNode *t, const std::string &) const |
std::string | getAttribute (const xercesc::DOMNode *t, const std::string &, bool &) const |
std::string | getAttributeAsString (AGDDController &c, const xercesc::DOMNode *t, const std::string &) const |
std::string | getAttributeAsString (AGDDController &c, const xercesc::DOMNode *t, const std::string &, bool &) const |
std::string | getAttributeAsString (AGDDController &c, const xercesc::DOMNode *t, const std::string &, const std::string &) const |
double | getAttributeAsDouble (AGDDController &c, const xercesc::DOMNode *t, const std::string &) const |
double | getAttributeAsDouble (AGDDController &c, const xercesc::DOMNode *t, const std::string &, bool &) const |
double | getAttributeAsDouble (AGDDController &c, const xercesc::DOMNode *t, const std::string &, const double) const |
int | getAttributeAsInt (AGDDController &c, const xercesc::DOMNode *t, const std::string &) const |
int | getAttributeAsInt (AGDDController &c, const xercesc::DOMNode *t, const std::string &, bool &) const |
int | getAttributeAsInt (AGDDController &c, const xercesc::DOMNode *t, const std::string &, const int) const |
std::vector< double > | getAttributeAsVector (AGDDController &c, const xercesc::DOMNode *t, const std::string &) const |
std::vector< double > | getAttributeAsVector (AGDDController &c, const xercesc::DOMNode *t, const std::string &, bool &) const |
std::vector< double > | getAttributeAsVector (AGDDController &c, const xercesc::DOMNode *t, const std::string &, const std::vector< double > &) const |
std::vector< int > | getAttributeAsIntVector (AGDDController &c, const xercesc::DOMNode *t, const std::string &) const |
std::vector< int > | getAttributeAsIntVector (AGDDController &c, const xercesc::DOMNode *t, const std::string &, bool &) const |
std::vector< int > | getAttributeAsIntVector (AGDDController &c, const xercesc::DOMNode *t, const std::string &, const std::vector< int > &) const |
Protected Attributes | |
std::string | m_name |
bool | m_stopLoop |
Private Member Functions | |
void | RegisterToStore (AGDDController &c) |
Definition at line 11 of file msgHandler.h.
msgHandler::msgHandler | ( | const std::string & | s, |
AGDDController & | c | ||
) |
Definition at line 10 of file msgHandler.cxx.
|
overridevirtual |
|
protectedinherited |
Definition at line 43 of file XMLHandler.cxx.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
Definition at line 116 of file XMLHandler.cxx.
|
protectedinherited |
Definition at line 180 of file XMLHandler.cxx.
|
protectedinherited |
Definition at line 253 of file XMLHandler.cxx.
|
protectedinherited |
Definition at line 69 of file XMLHandler.cxx.
|
protectedinherited |
Definition at line 132 of file XMLHandler.cxx.
|
protectedinherited |
Definition at line 197 of file XMLHandler.cxx.
|
protectedinherited |
Definition at line 100 of file XMLHandler.cxx.
|
protectedinherited |
Definition at line 163 of file XMLHandler.cxx.
|
protectedinherited |
Definition at line 234 of file XMLHandler.cxx.
|
inlineinherited |
Definition at line 19 of file XMLHandler.h.
|
inlinevirtualinherited |
Definition at line 22 of file XMLHandler.h.
|
protectedinherited |
Definition at line 36 of file XMLHandler.cxx.
|
inherited |
Definition at line 32 of file XMLHandler.cxx.
|
privateinherited |
Definition at line 23 of file XMLHandler.cxx.
|
inherited |
Definition at line 28 of file XMLHandler.cxx.
|
protectedinherited |
Definition at line 30 of file XMLHandler.h.
|
protectedinherited |
Definition at line 31 of file XMLHandler.h.