cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of object_type enumeration. More...
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | msgpack_light |
Namespace of this project. |
Enumerations | |
enum class | msgpack_light::object_data_type : std::uint8_t { msgpack_light::nil , msgpack_light::unsigned_integer , msgpack_light::signed_integer , msgpack_light::boolean , msgpack_light::float32 , msgpack_light::float64 , msgpack_light::string , msgpack_light::binary , msgpack_light::array , msgpack_light::map , msgpack_light::extension } |
Enumeration to specify types of data in objects. More... |
Definition of object_type enumeration.
Definition in file object_data_type.h.