#include "mlRuntimeType.h"
#include "mlUtilsSystem.h"
Go to the source code of this file.
Classes | |
| class | ml::Runtime |
| This class contains the runtime system of the ML. More... | |
Namespaces | |
| namespace | ml |
Define the namespace name like in the ML. Default is ml. | |
It manages a dictionary of runtime types, it can create and remove runtime types. This class contains only static components and must be initialized with init() and destroyed with destroy() on ML initialization/destruction.
See also classes RuntimeType and RuntimeDict.
Definition in file mlRuntime.h.
1.5.8