WPS8Struct Namespace Reference

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

Detailed Description

namespace used to read the structures stored in a WPS8 files

Function Documentation

◆ operator<<()

std::ostream & WPS8Struct::operator<< ( std::ostream & o,
FileData const & dt )

operator<< which allows to print for debugging the content of a Data

operator<<

◆ readBlockData()

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

◆ readData()

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.


Generated on Sat Jul 19 2025 05:24:41 for libwps by doxygen 1.14.0