cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
object_base.h File Reference

Definition of base classes of objects. More...

Include dependency graph for object_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_light::details::const_object_base< Derived >
 Base class of constant objects in MessagePack. More...
class  msgpack_light::details::mutable_object_base< Derived, Allocator >
 Base class of non-constant objects in MessagePack. More...

Namespaces

namespace  msgpack_light
 Namespace of this project.
namespace  msgpack_light::details
 Namespace of internal implementations.

Detailed Description

Definition of base classes of objects.

Definition in file object_base.h.