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

Public Member Functions

 TSLWMSLayerAuthority ()
 
 TSLWMSLayerAuthority (const TSLWMSLayerAuthority &rhs)
 
void destroy ()
 
const char * name () const
 
bool name (const char *name)
 
const TSLWMSOnlineResourceurl () const
 
TSLWMSOnlineResourceurl ()
 
void * operator new (size_t size) TSL_NO_THROW
 
void * operator new (size_t size, char *filename, int line)
 

Constructor & Destructor Documentation

◆ TSLWMSLayerAuthority() [1/2]

TSLWMSLayerAuthority::TSLWMSLayerAuthority ( )

◆ TSLWMSLayerAuthority() [2/2]

TSLWMSLayerAuthority::TSLWMSLayerAuthority ( const TSLWMSLayerAuthority & rhs)

Member Function Documentation

◆ destroy()

void TSLWMSLayerAuthority::destroy ( )

◆ name() [1/2]

const char * TSLWMSLayerAuthority::name ( ) const

◆ name() [2/2]

bool TSLWMSLayerAuthority::name ( const char * name)

◆ operator new() [1/2]

void * TSLWMSLayerAuthority::operator new ( size_t size)

◆ operator new() [2/2]

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

◆ url() [1/2]

TSLWMSOnlineResource * TSLWMSLayerAuthority::url ( )

◆ url() [2/2]

const TSLWMSOnlineResource * TSLWMSLayerAuthority::url ( ) const