◆ FIFTYONE_DEGREES_CONFIG_ALL_IN_MEMORY_DEFAULT
#define FIFTYONE_DEGREES_CONFIG_ALL_IN_MEMORY_DEFAULT false |
Default value for the FIFTYONE_DEGREES_CONFIG_ALL_IN_MEMORY macro.
\r\n
Configuration for building data sets.
Configuration structures based off the base configuration type are used when building data sets. The base configuration describes how the data is handled. For example, whether or not a temporary file should be created, or whether the memory should be freed with the data set.
Extending configurations will add options specific to certain categories of data sets.
struct | fiftyoneDegreesConfigBase
Base configuration structure containing common configuration options, and options that apply to structures and methods in the common library. More...
|
#define | FIFTYONE_DEGREES_CONFIG_USE_TEMP_FILE_DEFAULT false
Default value for the FIFTYONE_DEGREES_CONFIG_USE_TEMP_FILE macro. More...
|
#define | FIFTYONE_DEGREES_CONFIG_USE_TEMP_FILE FIFTYONE_DEGREES_CONFIG_USE_TEMP_FILE_DEFAULT
Temp file setting used in the default configuration macro FIFTYONE_DEGREES_CONFIG_DEFAULT.
|
#define | FIFTYONE_DEGREES_CONFIG_ALL_IN_MEMORY_DEFAULT false
Default value for the FIFTYONE_DEGREES_CONFIG_ALL_IN_MEMORY macro. More...
|
#define | FIFTYONE_DEGREES_CONFIG_ALL_IN_MEMORY FIFTYONE_DEGREES_CONFIG_ALL_IN_MEMORY_DEFAULT
All in memory setting used in the default configuration macro FIFTYONE_DEGREES_CONFIG_DEFAULT.
|
#define | FIFTYONE_DEGREES_CONFIG_DEFAULT
Default value for the fiftyoneDegreesConfigBase structure. More...
|
#define FIFTYONE_DEGREES_CONFIG_ALL_IN_MEMORY_DEFAULT false |
Default value for the FIFTYONE_DEGREES_CONFIG_ALL_IN_MEMORY macro.
#define FIFTYONE_DEGREES_CONFIG_DEFAULT |
Default value for the fiftyoneDegreesConfigBase structure.
#define FIFTYONE_DEGREES_CONFIG_USE_TEMP_FILE_DEFAULT false |
Default value for the FIFTYONE_DEGREES_CONFIG_USE_TEMP_FILE macro.