|
libintrovirt v0.57.4
IntroVirt introspection library
|
#include <memory>#include <ostream>#include <stdexcept>#include <string>

Go to the source code of this file.
Classes | |
| class | introvirt::TraceableException |
| Base class for exceptions with stack unwinding. More... | |
Namespaces | |
| namespace | introvirt |
| Core IntroVirt classes. | |
Functions | |
| std::ostream & | introvirt::operator<< (std::ostream &os, const TraceableException &error) |
| Write this exception to a stream. | |