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

Public Member Functions

 TSLWMSLayerIdentifier ()
 
 TSLWMSLayerIdentifier (const TSLWMSLayerIdentifier &rhs)
 
const char * authority () const
 
bool authority (const char *authority)
 
void destroy ()
 
const char * value () const
 
bool value (const char *value)
 
void * operator new (size_t size) TSL_NO_THROW
 
void * operator new (size_t size, char *filename, int line)
 

Constructor & Destructor Documentation

◆ TSLWMSLayerIdentifier() [1/2]

TSLWMSLayerIdentifier::TSLWMSLayerIdentifier ( )

◆ TSLWMSLayerIdentifier() [2/2]

TSLWMSLayerIdentifier::TSLWMSLayerIdentifier ( const TSLWMSLayerIdentifier & rhs)

Member Function Documentation

◆ authority() [1/2]

const char * TSLWMSLayerIdentifier::authority ( ) const

◆ authority() [2/2]

bool TSLWMSLayerIdentifier::authority ( const char * authority)

◆ destroy()

void TSLWMSLayerIdentifier::destroy ( )

◆ operator new() [1/2]

void * TSLWMSLayerIdentifier::operator new ( size_t size)

◆ operator new() [2/2]

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

◆ value() [1/2]

const char * TSLWMSLayerIdentifier::value ( ) const

◆ value() [2/2]

bool TSLWMSLayerIdentifier::value ( const char * value)