#include "mlAtomicCounter.h"
#include "mlUtilsSystem.h"
Go to the source code of this file.
Classes | |
| class | ml::RuntimeType |
| RuntimeType contains type and inheritance information of a class and a static dictionary with information on all created instances of RuntimeType. More... | |
Namespaces | |
| namespace | ml |
Define the namespace name like in the ML. Default is ml. | |
| namespace | std |
| Provide trigonometric etc. | |
Functions | |
| ostream & | std::operator<< (ostream &s, const ml::RuntimeType &rt) |
Overload "<<" operator for stream output of ML RuntimeType objects. | |
To track these information, the macros defined in RuntimeSubClass.h have to be inserted in the declaration and implementation of the associated classes.
Definition in file mlRuntimeType.h.
1.5.8