namespace used to read the structures stored in a WPS8 files More...
Classes | |
struct | FileData |
A recursif structure which seems generally used to store complex memory structures in a file. More... |
Functions | |
std::ostream & | operator<< (std::ostream &o, FileData const &dt) |
operator<< which allows to print for debugging the content of a Data | |
bool | readBlockData (RVNGInputStreamPtr input, long endPos, FileData &dt, std::string &error) |
tries to read a block zone as a list of Data | |
bool | readData (RVNGInputStreamPtr input, long endPos, FileData &dt, std::string &error) |
tries to read a block zone as a Data |
namespace used to read the structures stored in a WPS8 files
std::ostream & WPS8Struct::operator<< | ( | std::ostream & | o, |
FileData const & | dt ) |
operator<< which allows to print for debugging the content of a Data
operator<<
bool WPS8Struct::readBlockData | ( | RVNGInputStreamPtr | input, |
long | endPos, | ||
FileData & | dt, | ||
std::string & | error ) |
tries to read a block zone as a list of Data
function which parses a set of elements
bool WPS8Struct::readData | ( | RVNGInputStreamPtr | input, |
long | endPos, | ||
FileData & | dt, | ||
std::string & | error ) |
tries to read a block zone as a Data
function which parses an element
Referenced by WPS8Struct::FileData::readBlockData.