|
Assimp v3.1.1 (June 2014)
|
Output byte stream wrapper with statically bound encoding. More...
#include <encodedstream.h>
Public Types | |
| typedef Encoding::Ch | Ch |
Public Member Functions | |
| EncodedOutputStream (OutputByteStream &os, bool putBOM=true) | |
| void | Flush () |
| Ch | Peek () const |
| void | Put (Ch c) |
| Ch * | PutBegin () |
| size_t | PutEnd (Ch *) |
| Ch | Take () |
| size_t | Tell () const |
Output byte stream wrapper with statically bound encoding.
| typedef Encoding::Ch EncodedOutputStream< Encoding, OutputByteStream >::Ch |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |