Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cRTFReader Class Reference

#include <cRTFReader.h>

Public Member Functions

 cRTFReader ()
 
virtual ~cRTFReader ()
 
HRESULT ReadStream (cStreamInput &strIn)
 
HRESULT LoadFile (const FILECHAR_t *pszPath)
 
 UNITTEST_FRIEND (cRTFReader)
 

Static Public Attributes

static const int k_STATE_SAVE_QTY = 32
 Max recursion depth. More...
 

Protected Member Functions

virtual HRESULT onPrintChar (char ch)
 

Detailed Description

Constructor & Destructor Documentation

◆ cRTFReader()

GrayLib::cRTFReader::cRTFReader ( )

◆ ~cRTFReader()

GrayLib::cRTFReader::~cRTFReader ( )
virtual

Member Function Documentation

◆ LoadFile()

HRESULT GrayLib::cRTFReader::LoadFile ( const FILECHAR_t pszPath)

◆ onPrintChar()

HRESULT GrayLib::cRTFReader::onPrintChar ( char  ch)
protectedvirtual

Send a character to the output file.

◆ ReadStream()

HRESULT GrayLib::cRTFReader::ReadStream ( cStreamInput strIn)

Read a complete file.

◆ UNITTEST_FRIEND()

GrayLib::cRTFReader::UNITTEST_FRIEND ( cRTFReader  )

Member Data Documentation

◆ k_STATE_SAVE_QTY

const int GrayLib::cRTFReader::k_STATE_SAVE_QTY = 32
static

Max recursion depth.


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