Generic statistic stream base class for sources and sinks in the report archive system.
More...
#include <ArchiveStream.hpp>
|
void | setPath (const std::string &path) |
|
void | setSubpath (const std::string &subpath) |
|
const std::string & | getPath () const |
|
const std::string & | getSubpath () const |
|
virtual void | initialize ()=0 |
|
Generic statistic stream base class for sources and sinks in the report archive system.
Definition at line 14 of file ArchiveStream.hpp.
◆ ~ArchiveStream()
virtual sparta::statistics::ArchiveStream::~ArchiveStream |
( |
| ) |
|
|
inlinevirtual |
◆ getPath()
const std::string & sparta::statistics::ArchiveStream::getPath |
( |
| ) |
const |
|
inline |
◆ getSubpath()
const std::string & sparta::statistics::ArchiveStream::getSubpath |
( |
| ) |
const |
|
inline |
◆ setPath()
void sparta::statistics::ArchiveStream::setPath |
( |
const std::string & |
path | ) |
|
|
inline |
◆ setSubpath()
void sparta::statistics::ArchiveStream::setSubpath |
( |
const std::string & |
subpath | ) |
|
|
inline |
The documentation for this class was generated from the following file: