![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
| TSLTMOrdinalEra () | |
| TSLTMOrdinalEra (const TSLTMOrdinalEra &right) | |
| virtual | ~TSLTMOrdinalEra () |
| TSLTMOrdinalEra & | operator= (const TSLTMOrdinalEra &right) |
| void | name (const TSLCharacterString input) |
| void | name (const char *input) |
| void | begin (TSLDateTime *input, bool assumeOwnership=true) |
| void | end (TSLDateTime *input, bool assumeOwnership=true) |
| bool | insertMember (const TSLTMOrdinalEra &val, int pos=-1) |
| bool | removeMember (int pos=-1) |
| void | position (TSLTMOrdinalPosition *val, bool assumeOwnership=true) |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLCharacterString & | name () const |
| TSLCharacterString & | name () |
| const TSLDateTime * | begin () const |
| TSLDateTime * | begin () |
| const TSLDateTime * | end () const |
| TSLDateTime * | end () |
| const TSLMDCollection< TSLTMOrdinalEra > & | member () const |
| TSLMDCollection< TSLTMOrdinalEra > & | member () |
| const TSLTMOrdinalEra * | memberAt (int pos) const |
| TSLTMOrdinalEra * | memberAt (int pos) |
| const TSLTMOrdinalPosition * | position () const |
| TSLTMOrdinalPosition * | position () |
Static Public Member Functions | |
| static TSLTMOrdinalEra * | create () |
| TSLTMOrdinalEra::TSLTMOrdinalEra | ( | ) |
The default constructor.
| TSLTMOrdinalEra::TSLTMOrdinalEra | ( | const TSLTMOrdinalEra & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
inline |
Returns the begin attribute.
|
inline |
Returns the begin attribute.
| void TSLTMOrdinalEra::begin | ( | TSLDateTime * | input, |
| bool | assumeOwnership = true ) |
Sets the begin attribute.
|
static |
|
inline |
Returns the end attribute.
|
inline |
Returns the end attribute.
| void TSLTMOrdinalEra::end | ( | TSLDateTime * | input, |
| bool | assumeOwnership = true ) |
Sets the end attribute.
| bool TSLTMOrdinalEra::insertMember | ( | const TSLTMOrdinalEra & | val, |
| int | pos = -1 ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns the name attribute.
|
inline |
Returns the name attribute.
| void TSLTMOrdinalEra::name | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
| void TSLTMOrdinalEra::name | ( | const TSLCharacterString | input | ) |
Sets the name attribute.
| TSLTMOrdinalEra & TSLTMOrdinalEra::operator= | ( | const TSLTMOrdinalEra & | right | ) |
Assignment operator.
|
inline |
|
inline |
| void TSLTMOrdinalEra::position | ( | TSLTMOrdinalPosition * | val, |
| bool | assumeOwnership = true ) |
| bool TSLTMOrdinalEra::removeMember | ( | int | pos = -1 | ) |
|
virtual |