Internal: a fixed date time field. More...
Public Member Functions | |
FieldDateTime () | |
constructor | |
FieldDateTime (Field const &orig) | |
copy constructor | |
virtual | ~FieldDateTime () |
destructor | |
virtual bool | send (STOFFListenerPtr listener, StarState &state) const |
add to send the zone data | |
virtual void | print (std::ostream &o) const |
print a field | |
Public Attributes | |
long | m_dateTime |
the dateTime | |
long | m_offset |
the offset |
Internal: a fixed date time field.
SWFieldManagerInternal::FieldDateTime::FieldDateTime | ( | ) | [inline] |
constructor
SWFieldManagerInternal::FieldDateTime::FieldDateTime | ( | Field const & | orig | ) | [inline, explicit] |
copy constructor
SWFieldManagerInternal::FieldDateTime::~FieldDateTime | ( | ) | [virtual] |
destructor
virtual void SWFieldManagerInternal::FieldDateTime::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print a field
Reimplemented from SWFieldManagerInternal::Field.
bool SWFieldManagerInternal::FieldDateTime::send | ( | STOFFListenerPtr | listener, |
StarState & | state | ||
) | const [virtual] |
add to send the zone data
Reimplemented from SWFieldManagerInternal::Field.
the offset
Referenced by print().