Public Types | |
typedef Encoding::Ch | Ch |
Public Member Functions | |
CustomStringStream (const Ch *src) | |
void | Flush () |
Ch | Peek () const |
void | Put (Ch) |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
Ch | Take () |
size_t | Tell () const |
Private Member Functions | |
CustomStringStream (const CustomStringStream &) | |
CustomStringStream & | operator= (const CustomStringStream &) |
Private Attributes | |
const Ch * | head_ |
Original head of the string. More... | |
const Ch * | src_ |
Current read position. More... | |
Definition at line 1019 of file readertest.cpp.
typedef Encoding::Ch CustomStringStream< Encoding >::Ch |
Definition at line 1021 of file readertest.cpp.
|
inline |
Definition at line 1023 of file readertest.cpp.
|
private |
|
inline |
Definition at line 1031 of file readertest.cpp.
|
private |
|
inline |
Definition at line 1025 of file readertest.cpp.
|
inline |
Definition at line 1030 of file readertest.cpp.
|
inline |
Definition at line 1029 of file readertest.cpp.
|
inline |
Definition at line 1032 of file readertest.cpp.
|
inline |
Definition at line 1026 of file readertest.cpp.
|
inline |
Definition at line 1027 of file readertest.cpp.
|
private |
Original head of the string.
Definition at line 1040 of file readertest.cpp.
|
private |
Current read position.
Definition at line 1039 of file readertest.cpp.