Configuration flags for the TerraLib In-memory Data Access driver. More...
Go to the source code of this file.
Macros | |
General Defines | |
Configs for Memory module. | |
#define | TE_MEMORY_DRIVER_IDENTIFIER "MEM" |
The In-Memory driver identifier string. More... | |
#define | TE_MEMORY_MODULE_NAME "te.memory" |
The Memory plugin identifier string. More... | |
#define | TE_MEMORY_MAX_DATASETS 1024 |
The maximum number of datasets to be handled by a data source. More... | |
DLL/LIB Module | |
Flags for building TerraLib as a DLL or as a Static Library | |
#define | TEMEMORYEXPORT |
You can use this macro in order to export/import classes and functions from this module. More... | |
#define TE_MEMORY_DRIVER_IDENTIFIER "MEM" |
The In-Memory driver identifier string.
Definition at line 39 of file Config.h.
Referenced by te::mem::Module::finalize(), te::mem::DataSource::getType(), and te::mem::Module::initialize().
#define TE_MEMORY_MAX_DATASETS 1024 |
The maximum number of datasets to be handled by a data source.
Definition at line 51 of file Config.h.
Referenced by te::mem::DataSource::close().
#define TE_MEMORY_MODULE_NAME "te.memory" |
The Memory plugin identifier string.
Definition at line 46 of file Config.h.
Referenced by te::mem::Module::Module(), and te::mem::Module::~Module().
#define TEMEMORYEXPORT |
You can use this macro in order to export/import classes and functions from this module.