Ipelib
|
#include <ipebase.h>
Inherited by ipe::A85Source, ipe::Base64Source, ipe::BufferSource, ipe::FileSource, ipe::InflateSource, PsSource, and StandardStyleSource.
Public Member Functions | |
virtual | ~DataSource ()=0 |
virtual int | getChar ()=0 |
Interface for getting data for parsing.
|
pure virtual |
Pure virtual destructor.
|
pure virtual |
Get one more character, or EOF.
Implemented in ipe::BufferSource, ipe::FileSource, ipe::InflateSource, ipe::Base64Source, and ipe::A85Source.
Referenced by ipe::XmlParser::getChar(), ipe::A85Source::getChar(), ipe::Base64Source::getChar(), and ipe::PdfParser::getChar().