Go to the source code of this file.
Defines | |
| #define | VERVE_CALL |
| #define | VERVE_DECL |
| #define | VERVE_EXPORT_FUNCTION extern "C" VERVE_DECL |
|
|
Definition at line 20 of file Platform.h. |
|
|
Definition at line 35 of file Platform.h. |
|
|
Macro for exporting functions that keeps function names from being mangled. All member functions for classes instantiated by Verve (through factory creation calls) simply need to be virtual; they don't need to be exported explicitly. Definition at line 44 of file Platform.h. |
1.4.6-NO