ML Reference
MeVis/Foundation/Sources/MLUtilities/mlRuntime.h File Reference

This class contains the global runtime system of the ML. More...

#include "mlUtilsSystem.h"
#include "mlRuntimeType.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.



Detailed Description

This class contains the global runtime system of the 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.

Author:
Florian Link, Wolf Spindler

Definition in file mlRuntime.h.