ML Reference
|
Functions | |
void | init () |
Initializes the ML, the runtime type system, the memory manager, fields, static buffers, error and debug printings, etc. | |
void | destroy () |
Delete dynamic data structures allocated by init(). | |
void | setupFromEnvironmentVariables () |
Sets the ML state dependent on environment variables. | |
void ml::library::destroy | ( | ) |
void ml::library::init | ( | ) |
Initializes the ML, the runtime type system, the memory manager, fields, static buffers, error and debug printings, etc.
It also calls setupFromEnvironmentVariables to adapt settings to environment variables. It can only be called once, it will do nothing when called again.
References init().
Referenced by init().
void ml::library::setupFromEnvironmentVariables | ( | ) |
Sets the ML state dependent on environment variables.
The following environment variables are supported by the ML:
References setupFromEnvironmentVariables().
Referenced by setupFromEnvironmentVariables().