![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|

Generic Name is the abstract class for all names in a NameSpace. Each instance of a GenericName is either a LocalName or a ScopedName. A LocalName references a local object directly accessible from the NameSpace. A Scoped Name is a composite of a LocalName for locating another NameSpace and a GenericName valid in that NameSpace.
Public Member Functions | |
| TSLGenericName () | |
| TSLGenericName (const TSLGenericName &right) | |
| virtual | ~TSLGenericName ()=0 |
| TSLGenericName & | operator= (const TSLGenericName &right) |
| virtual TSLGenericName * | clone () const =0 |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| TSLGenericName::TSLGenericName | ( | ) |
The default constructor.
| TSLGenericName::TSLGenericName | ( | const TSLGenericName & | right | ) |
The copy constructor.
|
pure virtual |
The destructor.
|
pure virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Implemented in TSLLocalName, TSLMemberName, TSLScopedName, and TSLTypeName.
| TSLGenericName & TSLGenericName::operator= | ( | const TSLGenericName & | right | ) |
Assignment operator.
|
virtual |
Reimplemented in TSLLocalName, TSLMemberName, TSLScopedName, and TSLTypeName.