MapLink Pro .
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
Inheritance diagram for TSLWMSLayerMetadata:

Public Member Functions

 TSLWMSLayerMetadata (const char *href, const char *format, const char *type)
 TSLWMSLayerMetadata (const TSLWMSLayerMetadata &rhs)
const char * type () const
bool type (const char *type)
void * operator new (size_t size) TSL_NO_THROW
void * operator new (size_t size, char *filename, int line)
Public Member Functions inherited from TSLWMSLayerData
 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)

Additional Inherited Members

Protected Member Functions inherited from TSLWMSLayerData
 ~TSLWMSLayerData ()

Constructor & Destructor Documentation

◆ TSLWMSLayerMetadata() [1/2]

TSLWMSLayerMetadata::TSLWMSLayerMetadata ( const char * href,
const char * format,
const char * type )

◆ TSLWMSLayerMetadata() [2/2]

TSLWMSLayerMetadata::TSLWMSLayerMetadata ( const TSLWMSLayerMetadata & rhs)

Member Function Documentation

◆ operator new() [1/2]

void * TSLWMSLayerMetadata::operator new ( size_t size)

◆ operator new() [2/2]

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

◆ type() [1/2]

const char * TSLWMSLayerMetadata::type ( ) const

◆ type() [2/2]

bool TSLWMSLayerMetadata::type ( const char * type)