![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
An EntityRefHandler which stores the entity references via files.
Protected Member Functions | |
~TSLSLMEntityRefHandlerFile () | |
![]() | |
TSLSLMEntityRefHandler () | |
~TSLSLMEntityRefHandler () | |
TSLSLMEntityRefHandlerFile::TSLSLMEntityRefHandlerFile | ( | ) |
Default constructor.
TSLSLMEntityRefHandlerFile::TSLSLMEntityRefHandlerFile | ( | const TSLSeamlessLayerConfig & | config | ) |
Constructor given a seamless layer configuration object.
config | A reference to a const configuration object. |
|
protected |
Protected destructor to stop being instantiated on the stack. Forces user to use new operator and destroy method.
void TSLSLMEntityRefHandlerFile::cacheSize | ( | long | size | ) |
Set a new cache size.
size | cache size. |
void * TSLSLMEntityRefHandlerFile::operator new | ( | size_t | ) |
Allocation override for API redirection.
void * TSLSLMEntityRefHandlerFile::operator new | ( | size_t | , |
char * | , | ||
int | ) |
When included in an MFC application in debug mode, the debug new expects this to be here. Override it and return the same as the normal one. The library must include it when compiled in release mode, since the user's application may be in debug mode.