Go to the source code of this file.
◆ ClassImp()
Definition at line 28 of file OutputStream.cxx.
32 const std::string OutputStream::optType =
"EventLoop_OutputStreamType";
33 const std::string OutputStream::optMergeCmd =
"EventLoop_MergeCmd";
34 const std::string OutputStream::optContainerSuffix =
"EventLoop_DSSuffix";
37 testInvariant ()
const
47 : m_label (
"out"), m_output (0)
56 : m_label (val_label), m_output (0)
66 OutputStream (
const std::string& val_label,
const std::string& val_type)
67 : m_label (val_label), m_output (0)
71 m_options.setString(optType, val_type);
80 : TObject (that), m_label (that.m_label),
81 m_options (that.m_options), m_output (0)
85 if (that.m_output != 0)
120 m_label.swap (that.m_label);
121 m_options.swap (that.m_options);
124 m_output = that.m_output;
125 that.m_output = tmp_output;
140 label (
const std::string& val_label)
181 m_output = output_swallow;