exportedfunction.h
Include dependency graph for exportedfunction.h:
This graph shows which files directly or indirectly include exportedfunction.h:
Defines
-
TYPEDEF_MODULE
-
EXPORTED_FUNCTION_TO_BIF(func)
-
EXPORTED_FUNCTION_TO_GCBIF(func)
-
EXPORTED_FUNCTION_TO_NIF(func)
-
EXPORTED_FUNCTION_TO_UNRESOLVED_FUNCTION_CALL(func)
-
EXPORTED_FUNCTION_TO_MODULE_FUNCTION(func)
Typedefs
-
typedef struct Module Module
Enums
-
enum FunctionType
Values:
-
enumerator InvalidFunctionType
-
enumerator NIFFunctionType
-
enumerator UnresolvedFunctionCall
-
enumerator ModuleFunction
-
enumerator BIFFunctionType
-
enumerator GCBIFFunctionType
-
enumerator InvalidFunctionType
-
struct ExportedFunction
Public Members
-
enum FunctionType type
-
enum FunctionType type
-
struct Bif
Collaboration diagram for Bif:
-
struct GCBif
Collaboration diagram for GCBif:
Public Members
-
struct ExportedFunction base
-
GCBifImpl1 gcbif1_ptr
-
GCBifImpl2 gcbif2_ptr
-
GCBifImpl3 gcbif3_ptr
- union GCBif
-
struct ExportedFunction base
-
struct Nif
Collaboration diagram for Nif:
-
struct UnresolvedFunctionCall
Collaboration diagram for UnresolvedFunctionCall:
-
struct ModuleFunction
Collaboration diagram for ModuleFunction: