![]() |
ATLAS Offline Software
|
#include <XmlStreamer.h>
Public Member Functions | |
| XmlStreamer (const std::string &name, const std::map< std::string, std::string > &attributes, std::ostream &os=std::cout) | |
| XmlStreamer (const std::string &name, const std::string &attributeName, const std::string &attributeValue, std::ostream &os=std::cout) | |
| XmlStreamer (const std::string &name, const std::vector< std::string > &attributeNames, const std::vector< std::string > &attributeValues, std::ostream &os=std::cout) | |
| XmlStreamer (const std::string &name, std::ostream &os=std::cout) | |
| virtual | ~XmlStreamer () |
| template<class T> | |
| void | value (const T &v) |
Protected Attributes | |
| std::string | m_name |
| std::vector< std::string > | m_attributeNames |
| std::vector< std::string > | m_attributeValues |
| std::ostream & | m_os |
| unsigned int | m_depth {} |
| unsigned int | m_nodeIndex {} |
| unsigned int | m_nodeId {} |
Definition at line 18 of file XmlStreamer.h.
| SCT_CalibAlgs::XmlStreamer::XmlStreamer | ( | const std::string & | name, |
| const std::map< std::string, std::string > & | attributes, | ||
| std::ostream & | os = std::cout ) |
Definition at line 20 of file XmlStreamer.cxx.
| SCT_CalibAlgs::XmlStreamer::XmlStreamer | ( | const std::string & | name, |
| const std::string & | attributeName, | ||
| const std::string & | attributeValue, | ||
| std::ostream & | os = std::cout ) |
Definition at line 50 of file XmlStreamer.cxx.
| SCT_CalibAlgs::XmlStreamer::XmlStreamer | ( | const std::string & | name, |
| const std::vector< std::string > & | attributeNames, | ||
| const std::vector< std::string > & | attributeValues, | ||
| std::ostream & | os = std::cout ) |
Definition at line 34 of file XmlStreamer.cxx.
| SCT_CalibAlgs::XmlStreamer::XmlStreamer | ( | const std::string & | name, |
| std::ostream & | os = std::cout ) |
Definition at line 44 of file XmlStreamer.cxx.
|
virtual |
Definition at line 60 of file XmlStreamer.cxx.
|
inlineinherited |
Definition at line 36 of file IElementStreamer.h.
|
protectedinherited |
Definition at line 23 of file IElementStreamer.h.
|
protectedinherited |
Definition at line 24 of file IElementStreamer.h.
|
protectedinherited |
Definition at line 26 of file IElementStreamer.h.
|
protectedinherited |
Definition at line 22 of file IElementStreamer.h.
|
protectedinherited |
Definition at line 28 of file IElementStreamer.h.
|
protectedinherited |
Definition at line 27 of file IElementStreamer.h.
|
protectedinherited |
Definition at line 25 of file IElementStreamer.h.