Abstract parent class of Serializer and Deserializer.
More...
#include <StreamManager.h>
|
typedef std::pair< Element *, int64_t > | StackElement |
| To store the (de)serializer position.
|
|
|
| StreamManager (std::streambuf *_streamBuffer) |
| Initalize from stream buffer.
|
|
|
std::unique_ptr< Element > | rootElement |
| The element at the root of the hierarchy.
|
|
std::vector< StackElement > | stack |
| The element hierarchy stack.
|
|
std::streambuf * | streamBuffer |
|
Abstract parent class of Serializer and Deserializer.
◆ streamBuffer
std::streambuf* MsgPack::StreamManager::streamBuffer |
|
protected |
The documentation for this class was generated from the following file: