Public Member Functions | Public Attributes | Private Types | Private Attributes

TimeStamp Class Reference

StarOffice's Timestamp - first, a bytestring, then date, then time. More...

List of all members.

Public Member Functions

 TimeStamp (UT_iconv_t aConverter)
void load (GsfInput *aStream)
std::string ToString () const
 Converts this timestamp to a human-readable string.

Public Attributes

UT_uint32 mDate
UT_uint32 mTime
UT_UCS4String mString

Private Types

enum  { TimeStampLen = 31 }

Private Attributes

UT_iconv_t mConverter

Detailed Description

StarOffice's Timestamp - first, a bytestring, then date, then time.


Member Enumeration Documentation

anonymous enum [private]
Enumerator:
TimeStampLen 

Constructor & Destructor Documentation

TimeStamp::TimeStamp ( UT_iconv_t  aConverter  )  [inline]

Member Function Documentation

void TimeStamp::load ( GsfInput *  aStream  ) 
std::string TimeStamp::ToString (  )  const

Converts this timestamp to a human-readable string.

References mDate, mTime, and UT_DEBUGMSG.

Referenced by SDWDocInfo::load().


Member Data Documentation

Referenced by load().

Referenced by load(), and ToString().

Referenced by SDWDocInfo::load(), and load().

Referenced by load(), and ToString().


The documentation for this class was generated from the following file: