![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <exception>
#include <string>
Go to the source code of this file.
Data Structures | |
struct | m::exception |
struct | m::logic_error |
Base class for exceptions signaling an error in the logic. More... | |
struct | m::invalid_state |
Signals that an object was in an invalid state when a method was invoked. More... | |
struct | m::invalid_argument |
Signals that an argument to a function of method was invalid. More... | |
struct | m::out_of_range |
Signals that an index-based or key-based access was out of range. More... | |
struct | m::runtime_error |
Signals a runtime error that mu*t*able is not responsible for and that mu*t*able was not able to recover from. More... | |
struct | m::frontend_exception |
struct | m::backend_exception |
Namespaces | |
namespace | m |
| |