libebook::ZVRParser Class Reference

#include <ZVRParser.h>

List of all members.

Public Member Functions

 ZVRParser (WPXInputStream *input, WPXDocumentInterface *document)
bool parse ()

Private Member Functions

 ZVRParser (const ZVRParser &other)
ZVRParseroperator= (const ZVRParser &other)
void readReplacementTable ()
boost::shared_ptr< WPXInputStream > uncompress ()
void writeText (boost::shared_ptr< WPXInputStream > input)

Private Attributes

WPXInputStream *const m_input
WPXDocumentInterface *const m_document
std::string m_replacementTable [256]

Constructor & Destructor Documentation

libebook::ZVRParser::ZVRParser ( const ZVRParser other) [private]
libebook::ZVRParser::ZVRParser ( WPXInputStream *  input,
WPXDocumentInterface *  document 
)

Member Function Documentation

ZVRParser& libebook::ZVRParser::operator= ( const ZVRParser other) [private]

Referenced by parse().

shared_ptr< WPXInputStream > libebook::ZVRParser::uncompress ( ) [private]

Referenced by parse().

void libebook::ZVRParser::writeText ( boost::shared_ptr< WPXInputStream >  input) [private]

Referenced by parse().


Member Data Documentation

WPXDocumentInterface* const libebook::ZVRParser::m_document [private]

Referenced by parse(), and writeText().

WPXInputStream* const libebook::ZVRParser::m_input [private]
std::string libebook::ZVRParser::m_replacementTable[256] [private]

Referenced by readReplacementTable(), and uncompress().


The documentation for this class was generated from the following files: