MessagePack for C++
Loading...
Searching...
No Matches
fixint_decl.hpp File Reference
Include dependency graph for fixint_decl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  msgpack
namespace  msgpack::type

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