STIR
6.2.0
|
Declaration of stir::error() More...
Go to the source code of this file.
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
Functions | |
void | stir::error (const char *const s,...) |
Print error with format string a la printf and throw exception. More... | |
template<class STRING > | |
void | stir::error (const STRING &string) |
Use this function for writing error messages and throwing an exception. More... | |
Declaration of stir::error()