ATLAS Offline Software
Loading...
Searching...
No Matches
Control
CoWTools
CoWTools
StrStream.h
Go to the documentation of this file.
1
// --*- c++ -*--
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef COWTOOLS_STRSTREAM_H
8
#define COWTOOLS_STRSTREAM_H
9
#include "
CoWTools/StreamBase.h
"
10
#include <string>
11
12
namespace
CoWTools
{
13
class
CoWRecordStats
;
14
class
StrStream
:
public
StreamBase
{
15
public
:
16
StrStream
(std::string &out):
m_out
(out){}
17
~StrStream
(){};
18
virtual
void
putResults
(
const
CoWRecordStats
&);
19
private
:
20
std::string &
m_out
;
21
};
22
}
23
24
#endif
StreamBase.h
CoWTools::CoWRecordStats
Definition
CoWRecordStats.h:13
CoWTools::StrStream::StrStream
StrStream(std::string &out)
Definition
StrStream.h:16
CoWTools::StrStream::putResults
virtual void putResults(const CoWRecordStats &)
Definition
StrStream.cxx:8
CoWTools::StrStream::m_out
std::string & m_out
Definition
StrStream.h:20
CoWTools::StrStream::~StrStream
~StrStream()
Definition
StrStream.h:17
CoWTools::StreamBase::StreamBase
StreamBase()
Definition
StreamBase.h:14
CoWTools
Definition
CoWLibrary.h:15
Generated on
for ATLAS Offline Software by
1.14.0