![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLClockTime () | |
TSLClockTime (const TSLClockTime &right) | |
virtual | ~TSLClockTime () |
TSLClockTime & | operator= (const TSLClockTime &right) |
void | hour (const TSLCharacterString &input) |
void | hour (const char *input) |
void | minute (TSLCharacterString *input, bool assumeOwnership=true) |
void | minute (const char *input) |
void | second (TSLCharacterString *input, bool assumeOwnership=true) |
void | second (const char *input) |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLCharacterString & | hour () const |
TSLCharacterString & | hour () |
const TSLCharacterString * | minute () const |
TSLCharacterString * | minute () |
const TSLCharacterString * | second () const |
TSLCharacterString * | second () |
Static Public Member Functions | |
static TSLClockTime * | create () |
TSLClockTime::TSLClockTime | ( | ) |
The default constructor.
TSLClockTime::TSLClockTime | ( | const TSLClockTime & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
|
inline |
Returns the hour attribute.
|
inline |
Returns the hour attribute.
void TSLClockTime::hour | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLClockTime::hour | ( | const TSLCharacterString & | input | ) |
Sets the hour attribute.
|
inline |
Returns the minute attribute.
|
inline |
Returns the minute attribute.
void TSLClockTime::minute | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLClockTime::minute | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the minute attribute.
TSLClockTime & TSLClockTime::operator= | ( | const TSLClockTime & | right | ) |
Assignment operator.
|
inline |
Returns the second attribute.
|
inline |
Returns the second attribute.
void TSLClockTime::second | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLClockTime::second | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the second attribute.
|
virtual |
Reimplemented in TSLDateTime.