![]() |
A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
|
Include dependency graph for GlobalVariables.cc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | GLOBAL_VARS_CC |
Variables | |
| bool | inSharedLibrary = false |
| Allocator | mainAllocator |
| Allocator * | mainAllocatorPtr = &mainAllocator |
| void * | stackBase = nullptr |
| void * | stackEnd = nullptr |
| VTableMap | globalVTable |
| VTableMap * | theVTable = &globalVTable |
| NotEnoughSpace | myException |
| #define GLOBAL_VARS_CC |
Definition at line 20 of file GlobalVariables.cc.
| VTableMap globalVTable |
Definition at line 44 of file GlobalVariables.cc.
| bool inSharedLibrary = false |
Definition at line 31 of file GlobalVariables.cc.
| Allocator mainAllocator |
Definition at line 34 of file GlobalVariables.cc.
| Allocator* mainAllocatorPtr = &mainAllocator |
Definition at line 37 of file GlobalVariables.cc.
| NotEnoughSpace myException |
Definition at line 52 of file GlobalVariables.cc.
| void* stackBase = nullptr |
Definition at line 41 of file GlobalVariables.cc.
| void* stackEnd = nullptr |
Definition at line 42 of file GlobalVariables.cc.
| VTableMap* theVTable = &globalVTable |
Definition at line 49 of file GlobalVariables.cc.