#include <IElementStreamer.h>
|
| | 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) |
Definition at line 19 of file IElementStreamer.h.
◆ IElementStreamer() [1/3]
| 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.
15 :
17 std::map<std::string, std::string>::const_iterator
i{attributeMap.begin()};
18 std::map<std::string, std::string>::const_iterator
end{attributeMap.end()};
22 }
25}
std::vector< std::string > m_attributeValues
std::vector< std::string > m_attributeNames
◆ IElementStreamer() [2/3]
| SCT_CalibAlgs::IElementStreamer::IElementStreamer |
( |
const std::string & | name, |
|
|
const std::string & | attributeName, |
|
|
const std::string & | attributeValue, |
|
|
std::ostream & | os = std::cout ) |
◆ IElementStreamer() [3/3]
| 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 ) |
◆ ~IElementStreamer()
| SCT_CalibAlgs::IElementStreamer::~IElementStreamer |
( |
| ) |
|
◆ value()
template<class T>
| void SCT_CalibAlgs::IElementStreamer::value |
( |
const T & | v | ) |
|
|
inline |
◆ m_attributeNames
| std::vector<std::string> SCT_CalibAlgs::IElementStreamer::m_attributeNames |
|
protected |
◆ m_attributeValues
| std::vector<std::string> SCT_CalibAlgs::IElementStreamer::m_attributeValues |
|
protected |
◆ m_depth
| unsigned int SCT_CalibAlgs::IElementStreamer::m_depth {} |
|
protected |
◆ m_name
| std::string SCT_CalibAlgs::IElementStreamer::m_name |
|
protected |
◆ m_nodeId
| unsigned int SCT_CalibAlgs::IElementStreamer::m_nodeId {} |
|
protected |
◆ m_nodeIndex
| unsigned int SCT_CalibAlgs::IElementStreamer::m_nodeIndex {} |
|
protected |
◆ m_os
| std::ostream& SCT_CalibAlgs::IElementStreamer::m_os |
|
protected |
The documentation for this class was generated from the following files: