ATLAS Offline Software
XmlStreamer.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 /*
5  * XmlStreamer.h
6  * Formatter
7  *
8  * Created by sroe on 12/01/2010.
9  *
10  */
11 #ifndef XmlStreamer_h
12 #define XmlStreamer_h
13 
14 #include "IElementStreamer.h"
15 
16 namespace SCT_CalibAlgs {
17 
19 
20  public:
21  XmlStreamer(const std::string& name, const std::map<std::string, std::string>& attributes, std::ostream& os=std::cout);
22  XmlStreamer(const std::string& name, const std::string& attributeName, const std::string& attributeValue, std::ostream& os=std::cout);
23 
24  XmlStreamer(const std::string& name, const std::vector<std::string>& attributeNames, const std::vector<std::string>& attributeValues, std::ostream& os=std::cout);
25  XmlStreamer(const std::string& name, std::ostream& os=std::cout);
26  virtual ~XmlStreamer();
27 };
28 
29 }
30 #endif
SCT_CalibAlgs::XmlStreamer::XmlStreamer
XmlStreamer(const std::string &name, const std::map< std::string, std::string > &attributes, std::ostream &os=std::cout)
Definition: XmlStreamer.cxx:20
SCT_CalibAlgs::XmlStreamer
Definition: XmlStreamer.h:18
SCT_CalibAlgs
Definition: IElementStreamer.cxx:13
SCT_CalibAlgs::IElementStreamer
Definition: IElementStreamer.h:19
SCT_CalibAlgs::XmlStreamer::~XmlStreamer
virtual ~XmlStreamer()
Definition: XmlStreamer.cxx:60
IElementStreamer.h
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
collListGuids.attributes
attributes
Definition: collListGuids.py:46