#include <exception>
#include <string>
Go to the source code of this file.
Classes | |
class | Assertion |
This exception is thrown when an assertion fails. More... | |
Defines | |
#define | Assert(x) |
Assert that x is true, if it is not an Assertion exception is thrown. |
Definition in file Assert.h.
#define Assert | ( | x | ) |