Reaktoro
A unified framework for modeling chemically reactive systems
Outputter Class Reference

A utility class for printing the progress of iterative calculations. More...

#include <Outputter.hpp>

Public Member Functions

void setOptions (const OutputterOptions &options)
 
void addEntry (const std::string &name)
 
void addEntries (const std::string &prefix, unsigned size)
 
void addEntries (const std::string &prefix, unsigned size, const std::vector< std::string > &names)
 
template<typename Iter >
void addEntries (const Iter &begin, const Iter &end)
 
void addEntrySeparator ()
 
template<typename T >
void addValue (const T &val)
 
template<typename Iter >
void addValues (const Iter &begin, const Iter &end)
 
template<typename Vec >
void addValues (const Vec &vec)
 
void addValueSeparator ()
 
void outputHeader ()
 
void outputState ()
 
void outputMessage (const std::string &message)
 
template<typename T >
void outputMessage (const T &arg)
 
template<typename T , typename... Args>
void outputMessage (const T &arg, const Args &... args)
 

Detailed Description

A utility class for printing the progress of iterative calculations.


The documentation for this class was generated from the following files: