Public Types | |
typedef char | Ch |
typedef char | Ch |
Public Member Functions | |
void | Flush () |
void | Flush () |
OStreamWrapper (std::ostream &os) | |
OStreamWrapper (std::ostream &os) | |
Ch | Peek () const |
Ch | Peek () const |
void | Put (Ch c) |
void | Put (Ch c) |
Ch * | PutBegin () |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
size_t | PutEnd (Ch *) |
Ch | Take () |
Ch | Take () |
size_t | Tell () const |
size_t | Tell () const |
Private Member Functions | |
OStreamWrapper & | operator= (const OStreamWrapper &) |
OStreamWrapper & | operator= (const OStreamWrapper &) |
OStreamWrapper (const OStreamWrapper &) | |
OStreamWrapper (const OStreamWrapper &) | |
Private Attributes | |
std::ostream & | os_ |
Definition at line 128 of file prettywritertest.cpp.
typedef char OStreamWrapper::Ch |
Definition at line 130 of file prettywritertest.cpp.
typedef char OStreamWrapper::Ch |
Definition at line 201 of file writertest.cpp.
|
inline |
Definition at line 132 of file prettywritertest.cpp.
|
private |
|
inline |
Definition at line 203 of file writertest.cpp.
|
private |
|
inline |
Definition at line 140 of file prettywritertest.cpp.
|
inline |
Definition at line 211 of file writertest.cpp.
|
private |
|
private |
|
inline |
Definition at line 134 of file prettywritertest.cpp.
|
inline |
Definition at line 205 of file writertest.cpp.
|
inline |
Definition at line 139 of file prettywritertest.cpp.
|
inline |
Definition at line 210 of file writertest.cpp.
|
inline |
Definition at line 138 of file prettywritertest.cpp.
|
inline |
Definition at line 209 of file writertest.cpp.
|
inline |
Definition at line 141 of file prettywritertest.cpp.
|
inline |
Definition at line 212 of file writertest.cpp.
|
inline |
Definition at line 135 of file prettywritertest.cpp.
|
inline |
Definition at line 206 of file writertest.cpp.
|
inline |
Definition at line 136 of file prettywritertest.cpp.
|
inline |
Definition at line 207 of file writertest.cpp.
|
private |
Definition at line 147 of file prettywritertest.cpp.