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

Definition of object_type enumeration. More...

#include <cstdint>
Include dependency graph for object_data_type.h:
This graph shows which files directly or indirectly include this file:

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...

Detailed Description

Definition of object_type enumeration.

Definition in file object_data_type.h.