cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
shared_objects.h File Reference

Definition of classes for shared objects. More...

#include <atomic>
#include <memory>
#include <new>
#include <optional>
#include <utility>
#include <vector>
Include dependency graph for shared_objects.h:

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.

Detailed Description

Definition of classes for shared objects.

Definition in file shared_objects.h.