Internal and low level: class of libmwawOLE used to store and write a information find in a directory entry. More...
Public Member Functions | |
DirInfo () | |
constructor More... | |
bool | hasCLSId () const |
returns true if the clsid field is filed More... | |
Public Attributes | |
unsigned | m_time [4] |
four uint32_t : the first two used for creation, the last for modification time More... | |
unsigned | m_clsid [4] |
four uint32_t: the clsid data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, DirInfo const &inf) |
operator<< More... | |
Internal and low level: class of libmwawOLE used to store and write a information find in a directory entry.
|
inline |
constructor
|
inline |
returns true if the clsid field is filed
|
friend |
operator<<
unsigned libmwawOLE::DirInfo::m_clsid[4] |
four uint32_t: the clsid data
Referenced by DirInfo(), hasCLSId(), libmwawOLE::DirEntry::load(), and libmwawOLE::DirEntry::save().
unsigned libmwawOLE::DirInfo::m_time[4] |
four uint32_t : the first two used for creation, the last for modification time
Referenced by DirInfo(), libmwawOLE::DirEntry::load(), and libmwawOLE::DirEntry::save().