VICI
0.11.815
Visual Chart Interpreter
|
An exception object with stream semantics. More...
#include <stdexcept>
#include <string>
#include <sstream>
#include <vector>
#include <errno.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | VICI::vxt< N > |
An exception object with severity levels. More... | |
Namespaces | |
VICI | |
The namespace for the Visual Chart Interpreter project. | |
Macros | |
#define | VX(x) vx(x, __FILE__, __LINE__ ) |
Macro to include file name and line number in exception messages. | |
Typedefs | |
using | vx = VICI::vxt< VICI::vici_class > |
A project specific exception class. | |
Enumerations | |
enum | VICI::Severity { VICI::Emergency, VICI::Alert, VICI::Critical, VICI::Error, VICI::Code, VICI::Warning, VICI::Notice, VICI::Info, VICI::Debug } |
Severity levels for log messages. More... | |
An exception object with stream semantics.