ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Create a runtime error message via the streaming operator. More...
#include <RuntimeErrorStream.hpp>
Public Member Functions | |
RuntimeErrorStream (const RuntimeErrorStream &rhs) | |
RuntimeErrorStream (RuntimeErrorCollector &ec, RuntimeError::ErrorLevel level, std::string file, int line, std::string function) | |
~RuntimeErrorStream () | |
template<typename T > | |
RuntimeErrorStream & | operator<< (T const &value) |
Create a runtime error message via the streaming operator.
Definition at line 33 of file RuntimeErrorStream.hpp.
ErrorHandling::RuntimeErrorStream::RuntimeErrorStream | ( | const RuntimeErrorStream & | rhs | ) |
Definition at line 28 of file RuntimeErrorStream.cpp.
ErrorHandling::RuntimeErrorStream::RuntimeErrorStream | ( | RuntimeErrorCollector & | ec, |
RuntimeError::ErrorLevel | level, | ||
std::string | file, | ||
int | line, | ||
std::string | function | ||
) |
Definition at line 34 of file RuntimeErrorStream.cpp.
ErrorHandling::RuntimeErrorStream::~RuntimeErrorStream | ( | ) |
Definition at line 41 of file RuntimeErrorStream.cpp.
References ErrorHandling::RuntimeErrorCollector::message().
|
inline |
Definition at line 39 of file RuntimeErrorStream.hpp.