#include <falcon/setup.h>#include <falcon/module.h>#include <falcon/falcondata.h>


Go to the source code of this file.
Namespaces | |
| namespace | Falcon |
| CONST. | |
| namespace | Falcon::core |
| Core module namespace This namespace contains the extension functions that the falcon scripts are expecting to be able to access in every circumstance. | |
Functions | |
| FALCON_DYN_SYM Module * | Falcon::core_module_init () |
| FALCON_FUNC_DYN_SYM | Falcon::core::CreateTraceback (::Falcon::VMachine *vm) |
| Useful symbol to be exported by the engine DLL. | |
| FALCON_FUNC | Falcon::core::DgetKeyAt (::Falcon::VMachine *vm) |
| FALCON_FUNC | Falcon::core::DgetPairAt (::Falcon::VMachine *vm) |
| FALCON_FUNC | Falcon::core::DgetValueAt (::Falcon::VMachine *vm) |
| FALCON_FUNC_DYN_SYM | Falcon::core::Error (::Falcon::VMachine *vm) |
| Useful symbol to be exported by the engine DLL. | |
| FALCON_FUNC_DYN_SYM | Falcon::core::Error_init (::Falcon::VMachine *vm) |
| Useful symbol to be exported by the engine DLL This is exported also by error.h. | |
| FALCON_FUNC_DYN_SYM | Falcon::core::Error_toString (::Falcon::VMachine *vm) |
| Useful symbol to be exported by the engine DLL. | |
| FALCON_FUNC | Falcon::core::len (::Falcon::VMachine *vm) |
| FALCON_FUNC_DYN_SYM | Falcon::core::TraceStep (::Falcon::VMachine *vm) |
| Useful symbol to be exported by the engine DLL. | |
| FALCON_FUNC_DYN_SYM | Falcon::core::TraceStep_toString (::Falcon::VMachine *vm) |
| Useful symbol to be exported by the engine DLL. | |
Variables | |
| Module * | Falcon::core_module |
1.5.8