MessagePack for C++
Classes | Namespaces | Typedefs
fixint.hpp File Reference
#include "msgpack/versioning.hpp"
#include "msgpack/adaptor/adaptor_base.hpp"
#include "msgpack/adaptor/int.hpp"

Go to the source code of this file.

Classes

struct  msgpack::type::fix_int< T >
 
struct  msgpack::adaptor::convert< type::fix_int8 >
 
struct  msgpack::adaptor::convert< type::fix_int16 >
 
struct  msgpack::adaptor::convert< type::fix_int32 >
 
struct  msgpack::adaptor::convert< type::fix_int64 >
 
struct  msgpack::adaptor::convert< type::fix_uint8 >
 
struct  msgpack::adaptor::convert< type::fix_uint16 >
 
struct  msgpack::adaptor::convert< type::fix_uint32 >
 
struct  msgpack::adaptor::convert< type::fix_uint64 >
 
struct  msgpack::adaptor::pack< type::fix_int8 >
 
struct  msgpack::adaptor::pack< type::fix_int16 >
 
struct  msgpack::adaptor::pack< type::fix_int32 >
 
struct  msgpack::adaptor::pack< type::fix_int64 >
 
struct  msgpack::adaptor::pack< type::fix_uint8 >
 
struct  msgpack::adaptor::pack< type::fix_uint16 >
 
struct  msgpack::adaptor::pack< type::fix_uint32 >
 
struct  msgpack::adaptor::pack< type::fix_uint64 >
 
struct  msgpack::adaptor::object< type::fix_int8 >
 
struct  msgpack::adaptor::object< type::fix_int16 >
 
struct  msgpack::adaptor::object< type::fix_int32 >
 
struct  msgpack::adaptor::object< type::fix_int64 >
 
struct  msgpack::adaptor::object< type::fix_uint8 >
 
struct  msgpack::adaptor::object< type::fix_uint16 >
 
struct  msgpack::adaptor::object< type::fix_uint32 >
 
struct  msgpack::adaptor::object< type::fix_uint64 >
 
struct  msgpack::adaptor::object_with_zone< type::fix_int8 >
 
struct  msgpack::adaptor::object_with_zone< type::fix_int16 >
 
struct  msgpack::adaptor::object_with_zone< type::fix_int32 >
 
struct  msgpack::adaptor::object_with_zone< type::fix_int64 >
 
struct  msgpack::adaptor::object_with_zone< type::fix_uint8 >
 
struct  msgpack::adaptor::object_with_zone< type::fix_uint16 >
 
struct  msgpack::adaptor::object_with_zone< type::fix_uint32 >
 
struct  msgpack::adaptor::object_with_zone< type::fix_uint64 >
 

Namespaces

 msgpack
 
 msgpack::type
 
 msgpack::adaptor
 

Typedefs

typedef fix_int< uint8_t > msgpack::type::fix_uint8
 
typedef fix_int< uint16_t > msgpack::type::fix_uint16
 
typedef fix_int< uint32_t > msgpack::type::fix_uint32
 
typedef fix_int< uint64_t > msgpack::type::fix_uint64
 
typedef fix_int< int8_t > msgpack::type::fix_int8
 
typedef fix_int< int16_t > msgpack::type::fix_int16
 
typedef fix_int< int32_t > msgpack::type::fix_int32
 
typedef fix_int< int64_t > msgpack::type::fix_int64