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