ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
ErrorHandling::RuntimeErrorStream Class Reference

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 >
RuntimeErrorStreamoperator<< (T const &value)
 

Detailed Description

Create a runtime error message via the streaming operator.

Definition at line 33 of file RuntimeErrorStream.hpp.

Constructor & Destructor Documentation

◆ RuntimeErrorStream() [1/2]

ErrorHandling::RuntimeErrorStream::RuntimeErrorStream ( const RuntimeErrorStream rhs)

Definition at line 28 of file RuntimeErrorStream.cpp.

◆ RuntimeErrorStream() [2/2]

ErrorHandling::RuntimeErrorStream::RuntimeErrorStream ( RuntimeErrorCollector ec,
RuntimeError::ErrorLevel  level,
std::string  file,
int  line,
std::string  function 
)

Definition at line 34 of file RuntimeErrorStream.cpp.

◆ ~RuntimeErrorStream()

ErrorHandling::RuntimeErrorStream::~RuntimeErrorStream ( )

Member Function Documentation

◆ operator<<()

template<typename T >
RuntimeErrorStream & ErrorHandling::RuntimeErrorStream::operator<< ( T const &  value)
inline

Definition at line 39 of file RuntimeErrorStream.hpp.


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