|
stator
A math, geometry, and utility library
|
#include <exception>#include <sstream>Go to the source code of this file.
Classes | |
| class | stator::Exception |
| An exception class that also appears to function like an ostream object. More... | |
Namespaces | |
| stator | |
| The stator library namespace. | |
Macros | |
| #define | stator_throw() throw stator::Exception(__LINE__,__FILE__, __func__) |
| #define stator_throw | ( | ) | throw stator::Exception(__LINE__,__FILE__, __func__) |
Definition at line 26 of file exception.hpp.
1.8.13