SIRIUS 7.5.0
Electronic structure library and applications
Classes | Functions
sirius::rte Namespace Reference

Run-time error and warning handling. More...

Classes

class  ostream
 

Functions

void message_impl (bool fatal__, const char *func__, const char *file__, int line__, std::string const &msg__)
 
void message_impl (bool fatal__, const char *func__, const char *file__, int line__, std::stringstream const &msg__)
 

Detailed Description

Run-time error and warning handling.

Function Documentation

◆ message_impl() [1/2]

void sirius::rte::message_impl ( bool  fatal__,
const char *  func__,
const char *  file__,
int  line__,
std::string const &  msg__ 
)
inline

Definition at line 41 of file rte.hpp.

◆ message_impl() [2/2]

void sirius::rte::message_impl ( bool  fatal__,
const char *  func__,
const char *  file__,
int  line__,
std::stringstream const &  msg__ 
)
inline

Definition at line 60 of file rte.hpp.