Base for buffered/unbuffered stream access.
More...
#include <serialization/BinarySerializer.h>
|
void | reassign (typename BinaryStream::streambuffer_pointer buffer) |
| Reassigns the specified stream buffer to this (serializer). More...
|
|
template<typename BinaryStream>
class mira::StreamAccessMixinBase< BinaryStream >
Base for buffered/unbuffered stream access.
Used by BinarySerializer and BinaryDeserializer.
◆ StreamAccessMixinBase() [1/2]
◆ StreamAccessMixinBase() [2/2]
◆ reassign()
void reassign |
( |
typename BinaryStream::streambuffer_pointer |
buffer | ) |
|
|
inline |
Reassigns the specified stream buffer to this (serializer).
The stream buffer usually is specified in the constructor. This method can be used to change the assigned buffer.
◆ stream()
Get access to the read/write stream (direct reference to underlying stream).
The documentation for this class was generated from the following file: