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::ostreamoperator<< (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 &  )

tries to read a block zone as a Data

function which parses an element


Generated on Tue May 21 2024 12:30:46 for libwps by doxygen 1.10.0