#include "tptoolbox.h"#include <exception>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | tecplot |
| namespace | tecplot::toolbox |
Data Structures | |
| class | tecplot::toolbox::Exception |
| Base exception class. More... | |
Defines | |
| #define | ThrowException(exception, what) |
| #define ThrowException | ( | exception, | |||
| what | ) |
Value:
{ \
throw exception(what, std::string(__FILE__), __LINE__); \
}
1.5.5