#include <OutputQueue.hpp>
Definition at line 21 of file OutputQueue.hpp.
OutputQueue::OutputQueue |
( |
| ) |
|
|
private |
OutputQueue::~OutputQueue |
( |
| ) |
|
static void OutputQueue::Add |
( |
OutputInfo |
outputInfo | ) |
|
|
inlinestatic |
Definition at line 38 of file OutputQueue.hpp.
static std::unique_ptr< OutputQueue > & getInstance()
Definition at line 45 of file OutputQueue.hpp.
static std::unique_ptr< OutputQueue > & getInstance()
void OutputQueue::add |
( |
const StatsInfo & |
statsInfo | ) |
|
static void OutputQueue::Add |
( |
const StatsInfo & |
statsInfo | ) |
|
|
inlinestatic |
Definition at line 53 of file OutputQueue.hpp.
static std::unique_ptr< OutputQueue > & getInstance()
void OutputQueue::endBlock |
( |
| ) |
|
|
private |
static void OutputQueue::Flush |
( |
| ) |
|
|
inlinestatic |
Definition at line 74 of file OutputQueue.hpp.
static std::unique_ptr< OutputQueue > & getInstance()
void OutputQueue::flush |
( |
| ) |
|
|
private |
void OutputQueue::flushBlock |
( |
const OutputInfo & |
outputInfo | ) |
|
|
private |
void OutputQueue::flushStatsToStatsFile |
( |
const StatsInfo * |
statsInfo | ) |
|
|
private |
void OutputQueue::flushStatsToStdout |
( |
const StatsInfo * |
statsInfo | ) |
|
|
private |
int OutputQueue::getDisplayDegree |
( |
| ) |
const |
static std::unique_ptr<OutputQueue>& OutputQueue::getInstance |
( |
| ) |
|
|
static |
size_t OutputQueue::getMaxStepLevel |
( |
| ) |
const |
|
inline |
Definition at line 97 of file OutputQueue.hpp.
std::shared_ptr< DisplayParameters > _params
Class for the representation of an array of n values.
const std::string& OutputQueue::getStatsFileName |
( |
| ) |
const |
|
inline |
void OutputQueue::indent |
( |
int |
level | ) |
|
|
private |
void OutputQueue::initParameters |
( |
const std::shared_ptr< DisplayParameters > & |
params | ) |
|
void OutputQueue::initStatsFile |
( |
| ) |
|
void OutputQueue::setDisplayDegree |
( |
const int |
displayDegree | ) |
|
void OutputQueue::setMaxStepLevel |
( |
const size_t |
maxStepLevel | ) |
|
|
inline |
void OutputQueue::setStatsFileName |
( |
const std::string & |
statsFile | ) |
|
|
inline |
void OutputQueue::startBlock |
( |
| ) |
|
|
private |
const std::string OutputQueue::_blockEnd |
|
private |
const std::string OutputQueue::_blockStart |
|
private |
size_t OutputQueue::_hWidth |
|
private |
int OutputQueue::_indentLevel |
|
private |
size_t OutputQueue::_maxStepLevel |
|
private |
size_t OutputQueue::_objWidth |
|
private |
std::string OutputQueue::_statsFile |
|
private |
size_t OutputQueue::_statsLineCount |
|
private |
std::ofstream OutputQueue::_statsStream |
|
private |
The documentation for this class was generated from the following file: