Public Member Functions | |
| DirInfo () | |
| constructor | |
| bool | hasCLSId () const |
| returns true if the clsid field is filed | |
Public Attributes | |
| unsigned | m_time [4] |
| four uint32_t : the first two used for creation, the last for modification time | |
| unsigned | m_clsid [4] |
| four uint32_t: the clsid data | |
| libwpd::DirInfo::DirInfo | ( | ) | [inline] |
constructor
| bool libwpd::DirInfo::hasCLSId | ( | ) | const [inline] |
returns true if the clsid field is filed
| unsigned libwpd::DirInfo::m_clsid[4] |
four uint32_t: the clsid data
Referenced by DirInfo(), and hasCLSId().
| unsigned libwpd::DirInfo::m_time[4] |
four uint32_t : the first two used for creation, the last for modification time
Referenced by DirInfo().