![]() |
ATLAS Offline Software
|
#include <IElementStreamer.h>
Public Member Functions | |
| IElementStreamer (const std::string &name, const std::map< std::string, std::string > &attributeMap, std::ostream &os=std::cout) | |
| IElementStreamer (const std::string &name, const std::string &attributeName, const std::string &attributeValue, std::ostream &os=std::cout) | |
| IElementStreamer (const std::string &name, const std::vector< std::string > &attributeNames, const std::vector< std::string > &attributeValues, std::ostream &os=std::cout) | |
| ~IElementStreamer () | |
| 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 19 of file IElementStreamer.h.
| SCT_CalibAlgs::IElementStreamer::IElementStreamer | ( | const std::string & | name, |
| const std::map< std::string, std::string > & | attributeMap, | ||
| std::ostream & | os = std::cout ) |
Definition at line 15 of file IElementStreamer.cxx.
| SCT_CalibAlgs::IElementStreamer::IElementStreamer | ( | const std::string & | name, |
| const std::string & | attributeName, | ||
| const std::string & | attributeValue, | ||
| std::ostream & | os = std::cout ) |
Definition at line 33 of file IElementStreamer.cxx.
| SCT_CalibAlgs::IElementStreamer::IElementStreamer | ( | const std::string & | name, |
| const std::vector< std::string > & | attributeNames, | ||
| const std::vector< std::string > & | attributeValues, | ||
| std::ostream & | os = std::cout ) |
Definition at line 27 of file IElementStreamer.cxx.
| SCT_CalibAlgs::IElementStreamer::~IElementStreamer | ( | ) |
Definition at line 41 of file IElementStreamer.cxx.
|
inline |
Definition at line 36 of file IElementStreamer.h.
|
protected |
Definition at line 23 of file IElementStreamer.h.
|
protected |
Definition at line 24 of file IElementStreamer.h.
|
protected |
Definition at line 26 of file IElementStreamer.h.
|
protected |
Definition at line 22 of file IElementStreamer.h.
|
protected |
Definition at line 28 of file IElementStreamer.h.
|
protected |
Definition at line 27 of file IElementStreamer.h.
|
protected |
Definition at line 25 of file IElementStreamer.h.