Classes | |
class | IlEnvironment |
This class contains the description of the environment the application is running in. More... | |
Typedefs | |
typedef void(* | IlChangeLocaleFunc) (IlAny, const char *, const char *, const char *, const char *) |
This type should be used when setting the callback that will tell the application the locale has been changed. More... | |
typedef const char *(* | IlGetResFunc) (IlAny, const char *, const char *) |
This type is to be used when defining resource callback functions. More... | |
Library: dbkernel
Class containing values pertaining to the runtime environment.
IlChangeLocaleFunc |
This type should be used when setting the callback that will tell the application the locale has been changed.
The first argument has no precise type and allows the application to pass in any object is needed to process the request. The last four arguments are the same that the setLocale
function has been called with:
IlGetResFunc |
This type is to be used when defining resource callback functions.
The first argument has no precise type so as to allow the application to pass in any object is needed to process the request. This application-specific data will be stored in the IlEnvironment
object at the same time the resource callback funtion is set. The second and third argument will be those given to the getResource
function.