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

Public Member Functions | |
| TSLDate () | |
| TSLDate (const TSLDate &right) | |
| virtual | ~TSLDate () |
| TSLDate & | operator= (const TSLDate &right) |
| void | century (const TSLCharacterString &input) |
| void | century (const char *input) |
| void | year (TSLCharacterString *input, bool assumeOwnership=true) |
| void | year (const char *input) |
| void | month (TSLCharacterString *input, bool assumeOwnership=true) |
| void | month (const char *input) |
| void | day (TSLCharacterString *input, bool assumeOwnership=true) |
| void | day (const char *input) |
| void | precision (TSLDatePrecision *val, bool assumeOwnership=true) |
| virtual TSLDate * | clone () const |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLCharacterString & | century () const |
| TSLCharacterString & | century () |
| const TSLCharacterString * | year () const |
| TSLCharacterString * | year () |
| const TSLCharacterString * | month () const |
| TSLCharacterString * | month () |
| const TSLCharacterString * | day () const |
| TSLCharacterString * | day () |
| const TSLDatePrecision * | precision () const |
| TSLDatePrecision * | precision () |
Static Public Member Functions | |
| static TSLDate * | create () |
| TSLDate::TSLDate | ( | ) |
The default constructor.
| TSLDate::TSLDate | ( | const TSLDate & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
inline |
Returns the century attribute.
|
inline |
Returns the century attribute.
| void TSLDate::century | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
| void TSLDate::century | ( | const TSLCharacterString & | input | ) |
Sets the century attribute.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Reimplemented in TSLDateTime.
|
static |
|
inline |
Returns the day attribute.
|
inline |
Returns the day attribute.
| void TSLDate::day | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
| void TSLDate::day | ( | TSLCharacterString * | input, |
| bool | assumeOwnership = true ) |
Sets the day attribute.
|
inline |
Returns the month attribute.
|
inline |
Returns the month attribute.
| void TSLDate::month | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
| void TSLDate::month | ( | TSLCharacterString * | input, |
| bool | assumeOwnership = true ) |
Sets the month attribute.
|
inline |
|
inline |
| void TSLDate::precision | ( | TSLDatePrecision * | val, |
| bool | assumeOwnership = true ) |
|
virtual |
Reimplemented in TSLDateTime.
|
inline |
Returns the year attribute.
|
inline |
Returns the year attribute.
| void TSLDate::year | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
| void TSLDate::year | ( | TSLCharacterString * | input, |
| bool | assumeOwnership = true ) |
Sets the year attribute.