|
cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Class to format objects in msgpack library using fmt library. More...
#include <msgpack_rpc/util/format_msgpack_object.h>
Public Member Functions | |
| FmtMsgpackObjectProxy (const msgpack::object &object) | |
| Constructor. | |
| const msgpack::object & | object () const noexcept |
| Get the object in msgpack library. | |
Private Attributes | |
| const msgpack::object & | object_ |
| Object in msgpack library. | |
Class to format objects in msgpack library using fmt library.
Definition at line 32 of file format_msgpack_object.h.
|
explicit |
Constructor.
| [in] | object | Object in msgpack library. |
Definition at line 26 of file format_msgpack_object.cpp.
|
nodiscardnoexcept |
Get the object in msgpack library.
Definition at line 29 of file format_msgpack_object.cpp.
|
private |
Object in msgpack library.
Definition at line 51 of file format_msgpack_object.h.