
Static Public Member Functions | |
| static TSLRSIdentifier * | create () |
| Static Public Member Functions inherited from TSLMDIdentifier | |
| static TSLCharacterString * | getObjectIdentifier () |
| static TSLMDIdentifier * | create () |
| TSLRSIdentifier::TSLRSIdentifier | ( | ) |
The default constructor.
| TSLRSIdentifier::TSLRSIdentifier | ( | const TSLRSIdentifier & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Reimplemented from TSLMDIdentifier.
|
inline |
Returns the codeSpace attribute.
|
inline |
Returns the codeSpace attribute.
| void TSLRSIdentifier::codeSpace | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
| void TSLRSIdentifier::codeSpace | ( | TSLCharacterString * | input, |
| bool | assumeOwnership = true ) |
Sets the codeSpace attribute.
|
static |
| TSLRSIdentifier & TSLRSIdentifier::operator= | ( | const TSLRSIdentifier & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLMDIdentifier.
|
inline |
Returns the version attribute.
|
inline |
Returns the version attribute.
| void TSLRSIdentifier::version | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
| void TSLRSIdentifier::version | ( | TSLCharacterString * | input, |
| bool | assumeOwnership = true ) |
Sets the version attribute.