![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
A LocalName references a local object directly accessible the NameSpace.
Public Member Functions | |
TSLLocalName () | |
TSLLocalName (const TSLLocalName &right) | |
virtual | ~TSLLocalName () |
TSLLocalName & | operator= (const TSLLocalName &right) |
virtual bool | operator== (const TSLLocalName &right) const |
void | aName (const TSLCharacterString &input) |
void | aName (const char *input) |
virtual TSLLocalName * | clone () const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLCharacterString & | aName () const |
TSLCharacterString & | aName () |
![]() | |
TSLGenericName () | |
TSLGenericName (const TSLGenericName &right) | |
virtual | ~TSLGenericName ()=0 |
TSLGenericName & | operator= (const TSLGenericName &right) |
Static Public Member Functions | |
static TSLLocalName * | create () |
TSLLocalName::TSLLocalName | ( | ) |
The default constructor.
TSLLocalName::TSLLocalName | ( | const TSLLocalName & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
inline |
Returns the name attribute.
|
inline |
Returns the name attribute.
void TSLLocalName::aName | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLLocalName::aName | ( | const TSLCharacterString & | input | ) |
Sets the name attribute.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Implements TSLGenericName.
Reimplemented in TSLMemberName, and TSLTypeName.
|
static |
TSLLocalName & TSLLocalName::operator= | ( | const TSLLocalName & | right | ) |
Assignment operator.
|
virtual |
|
virtual |
Reimplemented from TSLGenericName.
Reimplemented in TSLMemberName, and TSLTypeName.