![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLWMSLayerData (TSLWMSURLTypeEnum dataType, const char *href, const char *format) | |
TSLWMSLayerData (const TSLWMSLayerData &rhs) | |
TSLWMSURLTypeEnum | dataType () const |
void | destroy () |
const char * | format () const |
bool | format (const char *format) |
const char * | href () const |
bool | href (const char *newValue) |
void * | operator new (size_t size) TSL_NO_THROW |
void * | operator new (size_t size, char *filename, int line) |
Protected Member Functions | |
~TSLWMSLayerData () | |
TSLWMSLayerData::TSLWMSLayerData | ( | TSLWMSURLTypeEnum | dataType, |
const char * | href, | ||
const char * | format ) |
TSLWMSLayerData::TSLWMSLayerData | ( | const TSLWMSLayerData & | rhs | ) |
|
protected |
Destructor declared protected to force allocation on the heap. Use the destroy method, rather than delete.
TSLWMSURLTypeEnum TSLWMSLayerData::dataType | ( | ) | const |
void TSLWMSLayerData::destroy | ( | ) |
const char * TSLWMSLayerData::format | ( | ) | const |
bool TSLWMSLayerData::format | ( | const char * | format | ) |
const char * TSLWMSLayerData::href | ( | ) | const |
bool TSLWMSLayerData::href | ( | const char * | newValue | ) |
void * TSLWMSLayerData::operator new | ( | size_t | size | ) |
void * TSLWMSLayerData::operator new | ( | size_t | size, |
char * | filename, | ||
int | line ) |
When included in an MFC applicaton 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 users application may be in debug mode.