cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of classes for shared objects. More...
#include <atomic>
#include <memory>
#include <new>
#include <optional>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | msgpack_rpc::util::impl::SharedObject< T > |
Class to hold shared objects. More... | |
class | msgpack_rpc::util::impl::SharedObjectBuffer< T > |
Class of buffers of shared objects. More... | |
class | msgpack_rpc::util::impl::SharedObjectMemoryPool< T > |
Class of memory pools of shared objects. More... |
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::util |
Namespace of utilities. | |
namespace | msgpack_rpc::util::impl |
Namespace of internal implementations. |
Definition of classes for shared objects.
Definition in file shared_objects.h.