#include <time.hh>

Public Member Functions | |
| time (void) | |
| time (const char *Name, const char *Type=0, const char *Value=0) | |
| time (const char *Name, const Time &t) | |
| ~time (void) | |
| void | Spew (Xwriter &xout) const |
| time * | Clone (void) const |
| const char * | getObjType (void) const |
| Time | getTime (void) const |
| const char * | getValue (void) const |
| void | setValue (const char *Value) |
| void | setValue (unsigned int Value) |
| void | setValue (const std::string &Value) |
| void | setValue (const Time &Value) |
| xsil::time::time | ( | void | ) |
Default constructor. brief Default constructor.
| xsil::time::time | ( | const char * | Name, | |
| const char * | Type = 0, |
|||
| const char * | Value = 0 | |||
| ) |
| xsil::time::time | ( | const char * | Name, | |
| const Time & | t | |||
| ) |
| xsil::time::~time | ( | void | ) |
Destructor. brief Destructor.
| void xsil::time::Spew | ( | Xwriter & | xout | ) | const [virtual] |
Write time object to an XML file. brief Write time object to an XML file
| xout | XML output object to receive time definition. |
Implements xsil::xobj.
| time* xsil::time::Clone | ( | void | ) | const [virtual] |
Make an exact copy of this object. brief Make an exact copy of this object.
Implements xsil::xobj.
| const char* xsil::time::getObjType | ( | void | ) | const [virtual] |
Get the object type. brief Get the object type.
Implements xsil::xobj.
| Time xsil::time::getTime | ( | void | ) | const |
| const char * xsil::time::getValue | ( | void | ) | const [inline] |
| void xsil::time::setValue | ( | const char * | Value | ) |
| void xsil::time::setValue | ( | unsigned int | Value | ) |
| void xsil::time::setValue | ( | const std::string & | Value | ) |
| void xsil::time::setValue | ( | const Time & | Value | ) |
1.5.4