#include <falcon/setup.h>
#include <falcon/types.h>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
class | Falcon::Engine::AutoInit |
Namespaces | |
namespace | Falcon |
CONST. | |
namespace | Falcon::Engine |
Functions | |
FALCON_DYN_SYM bool | Falcon::Engine::addVFS (const String &name, VFSProvider *prv) |
FALCON_DYN_SYM void | Falcon::Engine::getEncodings (String &sSrcEnc, String &sIOEnc) |
Utility function recording the preferential encodings for sources and VM I/O. | |
FALCON_DYN_SYM const String & | Falcon::Engine::getMessage (uint32 id) |
FALCON_DYN_SYM String | Falcon::Engine::getSearchPath () |
Returns the application-wide default search path by copy. | |
FALCON_DYN_SYM VFSProvider * | Falcon::Engine::getVFS (const String &name) |
FALCON_DYN_SYM void | Falcon::Engine::Init () |
FALCON_DYN_SYM void | Falcon::Engine::setEncodings (const String &sSrcEnc, const String &sIOEnc) |
Utility function recording the preferential encodings for sources and VM I/O. | |
FALCON_DYN_SYM bool | Falcon::Engine::setLanguage (const String &language) |
FALCON_DYN_SYM void | Falcon::Engine::setSearchPath (const String &path) |
Set application wide search path. | |
FALCON_DYN_SYM bool | Falcon::Engine::setTable (StringTable *tab) |
FALCON_DYN_SYM void | Falcon::Engine::Shutdown () |
Variables | |
FALCON_DYN_SYM StringTable * | Falcon::engineStrings |
FALCON_DYN_SYM void *(* | Falcon::gcAlloc )(size_t) |
FALCON_DYN_SYM void(* | Falcon::gcFree )(void *) |
FALCON_DYN_SYM void *(* | Falcon::gcRealloc )(void *, size_t) |
FALCON_DYN_SYM void *(* | Falcon::memAlloc )(size_t) |
FALCON_DYN_SYM void(* | Falcon::memFree )(void *) |
FALCON_DYN_SYM MemPool * | Falcon::memPool |
FALCON_DYN_SYM void *(* | Falcon::memRealloc )(void *, size_t) |