18#ifndef _DECAF_LANG_RUNTIME_H_
19#define _DECAF_LANG_RUNTIME_H_
29 Runtime(
const Runtime&);
30 Runtime& operator= (
const Runtime&);
static Runtime * getRuntime()
Gets the single instance of the Decaf Runtime for this Process.
static void initializeRuntime(int argc, char **argv)
Initialize the Decaf Library passing it the args that were passed to the application at startup.
static void initializeRuntime()
Initialize the Decaf Library.
static void shutdownRuntime()
Shutdown the Decaf Library, this call should take places after all objects that were created from the...
#define DECAF_API
Definition Config.h:29
Definition ThreadingTypes.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25