#include <stdio.h>#include <stdlib.h>#include <boost/date_time/posix_time/posix_time_types.hpp>

Go to the source code of this file.
Classes | |
| class | AssertionException |
| class | megatree::PausingTimer |
| class | megatree::Tictoc |
Namespaces | |
| namespace | megatree |
Defines | |
| #define | Assert(cond) |
Functions | |
| int | megatree::parseNumberSuffixed (const char *s) |
| #define Assert | ( | cond | ) |
((cond) \ ? (void)(0) \ : throw AssertionException(__FILE__, __LINE__, __PRETTY_FUNCTION__, \ "Assertion failed: " #cond))