Support Class Library
A set of tools providing classes and utility
|
#include <exception>
#include <string>
#include <scl/macros.h>
#include <scl/utils/toString.h>
#include <scl/tools/meta/enable_if.h>
#include <scl/tools/meta/is_base_of.h>
Go to the source code of this file.
Classes | |
struct | scl::exceptions::Throwable |
Base class of all throwable objects. More... | |
Namespaces | |
scl | |
Global namespace of the SCL. | |
scl::exceptions | |
The namespace englobing all exception types. | |
scl::utils | |
Utility classes (and rare functions) | |