#include <iostream>
#include <cstdlib>
#include <string>
#include "Tracer.hpp"
Go to the source code of this file.
Namespaces | |
namespace | std |
Compounds | |
class | MemoryException |
class | MyException |
Defines | |
#define | NO_MEMORY throw MemoryException (__FILE__,__LINE__); |
#define | ASS(Cond) |
|
|
|
|