MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLWMSOnlineResource Class Reference

Public Member Functions

 TSLWMSOnlineResource (const char *href=0)
 
 TSLWMSOnlineResource (const TSLWMSOnlineResource &rhs)
 
void destroy ()
 
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)
 

Constructor & Destructor Documentation

◆ TSLWMSOnlineResource() [1/2]

TSLWMSOnlineResource::TSLWMSOnlineResource ( const char * href = 0)

◆ TSLWMSOnlineResource() [2/2]

TSLWMSOnlineResource::TSLWMSOnlineResource ( const TSLWMSOnlineResource & rhs)

Member Function Documentation

◆ destroy()

void TSLWMSOnlineResource::destroy ( )

◆ href() [1/2]

const char * TSLWMSOnlineResource::href ( ) const

◆ href() [2/2]

bool TSLWMSOnlineResource::href ( const char * newValue)

◆ operator new() [1/2]

void * TSLWMSOnlineResource::operator new ( size_t size)

◆ operator new() [2/2]

void * TSLWMSOnlineResource::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.