#include <weTagScanner.h>
Public Member Functions | |
virtual char | GetChar ()=0 |
virtual void | PushBack (char c)=0 |
virtual int | GetPos ()=0 |
This is the base class for input data into the WeTagScanner. This class is abstract and can't be used directly. Inherit this class and override the GetChar function to implement your own input stream.
Definition at line 59 of file weTagScanner.h.
virtual char WeInStream::GetChar | ( | ) | [pure virtual] |
Implemented in WeBlobStream, and WeStrStream.
virtual int WeInStream::GetPos | ( | ) | [pure virtual] |
Implemented in WeBlobStream, and WeStrStream.
virtual void WeInStream::PushBack | ( | char | c | ) | [pure virtual] |
Implemented in WeBlobStream, and WeStrStream.
©2009 Positive Technologies |
Generated on Tue Jul 14 18:27:31 2009 for WebEngine by |
|
1.5.7 |
|