|
Monero
|
Public Types | |
| typedef char | Ch |
Public Member Functions | |
| IStreamWrapper (std::istream &is) | |
| Ch | Peek () const |
| Ch | Take () |
| size_t | Tell () const |
| Ch * | PutBegin () |
| void | Put (Ch) |
| void | Flush () |
| size_t | PutEnd (Ch *) |
Private Member Functions | |
| IStreamWrapper (const IStreamWrapper &) | |
| IStreamWrapper & | operator= (const IStreamWrapper &) |
Private Attributes | |
| std::istream & | is_ |
| typedef char IStreamWrapper::Ch |
|
inline |
|
private |
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |