| Namespaces | |
| WPS8Struct | |
| namespace used to read the structures stored in a WPS8 files | |
| Functions | |
| std::ostream & | WPS8Struct::operator<< (std::ostream &o, FileData const &dt) | 
| operator<< which allows to print for debugging the content of a Data  More... | |
| bool | WPS8Struct::readBlockData (RVNGInputStreamPtr input, long endPos, FileData &dt, std::string &error) | 
| tries to read a block zone as a list of Data  More... | |
| bool | WPS8Struct::readData (RVNGInputStreamPtr input, long endPos, FileData &dt, std::string &error) | 
| tries to read a block zone as a Data  More... | |