Public Types | |
typedef char | Ch |
Public Member Functions | |
void | Flush () |
IStreamWrapper (std::istream &is) | |
Ch | Peek () const |
void | Put (Ch) |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
Ch | Take () |
size_t | Tell () const |
Private Member Functions | |
IStreamWrapper (const IStreamWrapper &) | |
IStreamWrapper & | operator= (const IStreamWrapper &) |
Private Attributes | |
std::istream & | is_ |
Definition at line 1067 of file readertest.cpp.
typedef char IStreamWrapper::Ch |
Definition at line 1069 of file readertest.cpp.
|
inline |
Definition at line 1071 of file readertest.cpp.
|
private |
|
inline |
Definition at line 1087 of file readertest.cpp.
|
private |
|
inline |
Definition at line 1073 of file readertest.cpp.
|
inline |
Definition at line 1086 of file readertest.cpp.
|
inline |
Definition at line 1085 of file readertest.cpp.
|
inline |
Definition at line 1088 of file readertest.cpp.
|
inline |
Definition at line 1078 of file readertest.cpp.
|
inline |
Definition at line 1083 of file readertest.cpp.
|
private |
Definition at line 1094 of file readertest.cpp.