Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <ExceptionHandler.hpp>
Data Structures | |
class | NestedExceptionContainer |
Static Public Member Functions | |
static int | handle (NestedExceptionContainer &output) |
static int | handle (ext::ostream &output) |
template<int Result, class Callable > | |
static void | addHandler (Callable handler) |
Friends | |
ext::ostream & | operator<< (ext::ostream &os, const NestedException &exception) |
|
inlinestatic |
|
static |
|
static |
|
friend |