EncodedInputStream< UTF8<>, MemoryStream > Class Reference#
EncodedInputStream< UTF8<>, MemoryStream > Class Reference
Specialized for UTF8 MemoryStream. More...
#include <encodedstream.h>
Public Types | |
| typedef UTF8 ::Ch | Ch |
Public Member Functions | |
| EncodedInputStream (MemoryStream &is) | |
| Ch | Peek () const |
| Ch | Take () |
| size_t | Tell () const |
| void | Put (Ch) |
| void | Flush () |
| Ch * | PutBegin () |
| size_t | PutEnd (Ch *) |
Public Attributes | |
| MemoryStream & | is_ |
Detailed Description
Specialized for UTF8 MemoryStream.
Member Typedef Documentation
◆ Ch
| typedef UTF8 ::Ch EncodedInputStream< UTF8<>, MemoryStream >::Ch |
Constructor & Destructor Documentation
◆ EncodedInputStream()
|
inline |
Member Function Documentation
◆ Flush()
|
inline |
◆ Peek()
|
inline |
◆ Put()
|
inline |
◆ PutBegin()
|
inline |
◆ PutEnd()
|
inline |
◆ Take()
|
inline |
◆ Tell()
|
inline |
Member Data Documentation
◆ is_
| MemoryStream& EncodedInputStream< UTF8<>, MemoryStream >::is_ |
The documentation for this class was generated from the following file: