#include <string>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | MLAPI::StackEntry |
Namespaces | |
namespace | MLAPI |
MLAPI: Default namespace for all MLAPI objects and functions. | |
Defines | |
#define | StackPush() |
#define | ML_THROW(str, val) |
Typedefs | |
typedef struct MLAPI::StackEntry | MLAPI::Entry |
Functions | |
void | MLAPI::StackPop () |
void | MLAPI::StackPrint () |
#define ML_THROW | ( | str, | |||
val | ) |
Value:
{ \ std::cerr << "ERROR: File " << __FILE__ << ", line " << __LINE__ << endl; \ std::cerr << "ERROR: " << str << endl; \ StackPrint(); \ throw(val); \ }
#define StackPush | ( | ) |