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

Detailed Description

A LocalName references a local object directly accessible the NameSpace.

Public Member Functions

 TSLLocalName ()
 
 TSLLocalName (const TSLLocalName &right)
 
virtual ~TSLLocalName ()
 
TSLLocalNameoperator= (const TSLLocalName &right)
 
virtual bool operator== (const TSLLocalName &right) const
 
void aName (const TSLCharacterString &input)
 
void aName (const char *input)
 
virtual TSLLocalNameclone () const
 
virtual bool serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const
 
const TSLCharacterStringaName () const
 
TSLCharacterStringaName ()
 
- Public Member Functions inherited from TSLGenericName
 TSLGenericName ()
 
 TSLGenericName (const TSLGenericName &right)
 
virtual ~TSLGenericName ()=0
 
TSLGenericNameoperator= (const TSLGenericName &right)
 

Static Public Member Functions

static TSLLocalNamecreate ()
 

Constructor & Destructor Documentation

◆ TSLLocalName() [1/2]

TSLLocalName::TSLLocalName ( )

The default constructor.

◆ TSLLocalName() [2/2]

TSLLocalName::TSLLocalName ( const TSLLocalName & right)

The copy constructor.

◆ ~TSLLocalName()

virtual TSLLocalName::~TSLLocalName ( )
virtual

The destructor.

Member Function Documentation

◆ aName() [1/4]

TSLCharacterString & TSLLocalName::aName ( )
inline

Returns the name attribute.

◆ aName() [2/4]

const TSLCharacterString & TSLLocalName::aName ( ) const
inline

Returns the name attribute.

◆ aName() [3/4]

void TSLLocalName::aName ( const char * input)

Overload to allow assignment of string as a literal.

◆ aName() [4/4]

void TSLLocalName::aName ( const TSLCharacterString & input)

Sets the name attribute.

◆ clone()

virtual TSLLocalName * TSLLocalName::clone ( ) const
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.

◆ create()

static TSLLocalName * TSLLocalName::create ( )
static

◆ operator=()

TSLLocalName & TSLLocalName::operator= ( const TSLLocalName & right)

Assignment operator.

◆ operator==()

virtual bool TSLLocalName::operator== ( const TSLLocalName & right) const
virtual

◆ serialize()

virtual bool TSLLocalName::serialize ( void * outputStreamOfXML,
int indentation = -1,
bool isRootHandler = true ) const
virtual

Reimplemented from TSLGenericName.

Reimplemented in TSLMemberName, and TSLTypeName.