▼Nmsgpack | |
►Nadaptor | |
►Ndetail | |
►Narray | |
Cas_impl | |
Cas_impl< T, 1 > | |
Cas_impl< T, 0 > | |
Cis_std_pair | |
Cis_std_pair< std::pair< T, U > > | |
Cis_std_tuple | |
Cis_std_tuple< std::tuple< Args... > > | |
Cis_seq_no_pair_no_tuple | |
Cpack_imp | |
Cobject_imp | |
Cobject_with_zone_imp | |
Cconvert | |
Cpack | |
Cobject | |
Cobject_with_zone | |
Cconvert< msgpack::type::array_ref< T > > | |
Cconvert< msgpack::type::array_ref< T[N]> > | |
Cconvert< msgpack::type::array_ref< std::vector< T > > > | |
Cpack< msgpack::type::array_ref< T > > | |
Cpack< msgpack::type::array_ref< T[N]> > | |
Cobject_with_zone< msgpack::type::array_ref< T > > | |
Cobject_with_zone< msgpack::type::array_ref< T[N]> > | |
Cconvert< bool > | |
Cpack< bool > | |
Cobject< bool > | |
Cobject_with_zone< bool > | |
Cas< T, typename msgpack::enable_if< detail::is_seq_no_pair_no_tuple< T >::value &&boost::mpl::fold< T, boost::mpl::bool_< true >, boost::mpl::if_< boost::mpl::or_< boost::mpl::_1, msgpack::has_as< boost::mpl::_2 > >, boost::mpl::bool_< true >, boost::mpl::bool_< false > > >::type::value >::type > | |
Cconvert< T, typename msgpack::enable_if< detail::is_seq_no_pair_no_tuple< T >::value >::type > | |
Cpack< T, typename msgpack::enable_if< detail::is_seq_no_pair_no_tuple< T >::value >::type > | |
Cobject_with_zone< T, typename msgpack::enable_if< detail::is_seq_no_pair_no_tuple< T >::value >::type > | |
Cas< type::basic_variant< STR, BIN, EXT > > | |
Cconvert< type::basic_variant< STR, BIN, EXT > > | |
Cpack< type::basic_variant< STR, BIN, EXT > > | |
Cobject< type::basic_variant< STR, BIN, EXT > > | |
Cobject_with_zone< type::basic_variant< STR, BIN, EXT > > | |
Cas< boost::optional< T >, typename std::enable_if< msgpack::has_as< T >::value >::type > | |
Cconvert< boost::optional< T > > | |
Cpack< boost::optional< T > > | |
Cobject< boost::optional< T > > | |
Cobject_with_zone< boost::optional< T > > | |
Cconvert< T[N]> | |
Cconvert< char[N]> | |
Cconvert< unsigned char[N]> | |
Cpack< T[N]> | |
Cpack< char[N]> | |
Cpack< const char[N]> | |
Cpack< unsigned char[N]> | |
Cpack< const unsigned char[N]> | |
Cobject_with_zone< T[N]> | |
Cobject_with_zone< char[N]> | |
Cobject_with_zone< const char[N]> | |
Cobject_with_zone< unsigned char[N]> | |
Cobject_with_zone< const unsigned char[N]> | |
Cobject< char[N]> | |
Cobject< const char[N]> | |
Cpack< const char * > | |
Cobject_with_zone< const char * > | |
Cobject< const char * > | |
Cpack< char * > | |
Cobject_with_zone< char * > | |
Cobject< char * > | |
Cas< std::complex< T >, typename std::enable_if< msgpack::has_as< T >::value >::type > | |
Cconvert< std::complex< T > > | |
Cpack< std::complex< T > > | |
Cobject_with_zone< std::complex< T > > | |
Cas< std::array< T, N >, typename std::enable_if< msgpack::has_as< T >::value >::type > | |
Cconvert< std::array< T, N > > | |
Cpack< std::array< T, N > > | |
Cobject_with_zone< std::array< T, N > > | |
Cconvert< std::array< char, N > > | |
Cconvert< std::array< char, 0 > > | |
Cpack< std::array< char, N > > | |
Cobject< std::array< char, N > > | |
Cobject_with_zone< std::array< char, N > > | |
Cconvert< std::array< unsigned char, N > > | |
Cconvert< std::array< unsigned char, 0 > > | |
Cpack< std::array< unsigned char, N > > | |
Cobject< std::array< unsigned char, N > > | |
Cobject_with_zone< std::array< unsigned char, N > > | |
Cas< std::chrono::time_point< Clock, Duration > > | |
Cconvert< std::chrono::time_point< Clock, Duration > > | |
Cpack< std::chrono::time_point< Clock, Duration > > | |
Cobject_with_zone< std::chrono::time_point< Clock, Duration > > | |
Cas< std::forward_list< T, Alloc >, typename std::enable_if< msgpack::has_as< T >::value >::type > | |
Cconvert< std::forward_list< T, Alloc > > | |
Cpack< std::forward_list< T, Alloc > > | |
Cobject_with_zone< std::forward_list< T, Alloc > > | |
Cconvert< std::reference_wrapper< T > > | |
Cpack< std::reference_wrapper< T > > | |
Cobject< std::reference_wrapper< T > > | |
Cobject_with_zone< std::reference_wrapper< T > > | |
Cas< std::shared_ptr< T >, typename std::enable_if< msgpack::has_as< T >::value >::type > | |
Cconvert< std::shared_ptr< T > > | |
Cpack< std::shared_ptr< T > > | |
Cobject< std::shared_ptr< T > > | |
Cobject_with_zone< std::shared_ptr< T > > | |
Cconvert< timespec > | |
Cpack< timespec > | |
Cobject_with_zone< timespec > | |
Cpack< std::tuple< Args... > > | |
Cas< std::tuple< Args... >, typename std::enable_if< msgpack::any_of< msgpack::has_as, Args... >::value >::type > | |
Cconvert< std::tuple< Args... > > | |
Cobject_with_zone< std::tuple< Args... > > | |
Cas< std::unique_ptr< T >, typename std::enable_if< msgpack::has_as< T >::value >::type > | |
Cconvert< std::unique_ptr< T > > | |
Cpack< std::unique_ptr< T > > | |
Cobject< std::unique_ptr< T > > | |
Cobject_with_zone< std::unique_ptr< T > > | |
Cas< std::unordered_map< K, V, Hash, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value||msgpack::has_as< V >::value >::type > | |
Cconvert< std::unordered_map< K, V, Hash, Compare, Alloc > > | |
Cpack< std::unordered_map< K, V, Hash, Compare, Alloc > > | |
Cobject_with_zone< std::unordered_map< K, V, Hash, Compare, Alloc > > | |
Cas< std::unordered_multimap< K, V, Hash, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value||msgpack::has_as< V >::value >::type > | |
Cconvert< std::unordered_multimap< K, V, Hash, Compare, Alloc > > | |
Cpack< std::unordered_multimap< K, V, Hash, Compare, Alloc > > | |
Cobject_with_zone< std::unordered_multimap< K, V, Hash, Compare, Alloc > > | |
Cas< std::unordered_set< Key, Hash, Compare, Alloc >, typename std::enable_if< msgpack::has_as< Key >::value >::type > | |
Cconvert< std::unordered_set< Key, Hash, Compare, Alloc > > | |
Cpack< std::unordered_set< Key, Hash, Compare, Alloc > > | |
Cobject_with_zone< std::unordered_set< Key, Hash, Compare, Alloc > > | |
Cas< std::unordered_multiset< Key, Hash, Compare, Alloc >, typename std::enable_if< msgpack::has_as< Key >::value >::type > | |
Cconvert< std::unordered_multiset< Key, Hash, Compare, Alloc > > | |
Cpack< std::unordered_multiset< Key, Hash, Compare, Alloc > > | |
Cobject_with_zone< std::unordered_multiset< Key, Hash, Compare, Alloc > > | |
Cas< std::deque< T, Alloc >, typename std::enable_if< msgpack::has_as< T >::value >::type > | |
Cconvert< std::deque< T, Alloc > > | |
Cpack< std::deque< T, Alloc > > | |
Cobject_with_zone< std::deque< T, Alloc > > | |
Cconvert< type::tuple<> > | |
Cpack< type::tuple<> > | |
Cobject_with_zone< type::tuple<> > | |
Cpack< msgpack::type::tuple< Args... > > | |
Cas< msgpack::type::tuple< Args... >, typename std::enable_if< msgpack::any_of< msgpack::has_as, Args... >::value >::type > | |
Cconvert< msgpack::type::tuple< Args... > > | |
Cobject_with_zone< msgpack::type::tuple< Args... > > | |
Cconvert< msgpack::type::ext > | |
Cpack< msgpack::type::ext > | |
Cobject_with_zone< msgpack::type::ext > | |
Cconvert< msgpack::type::ext_ref > | |
Cpack< msgpack::type::ext_ref > | |
Cobject< msgpack::type::ext_ref > | |
Cobject_with_zone< msgpack::type::ext_ref > | |
Cconvert< type::fix_int8 > | |
Cconvert< type::fix_int16 > | |
Cconvert< type::fix_int32 > | |
Cconvert< type::fix_int64 > | |
Cconvert< type::fix_uint8 > | |
Cconvert< type::fix_uint16 > | |
Cconvert< type::fix_uint32 > | |
Cconvert< type::fix_uint64 > | |
Cpack< type::fix_int8 > | |
Cpack< type::fix_int16 > | |
Cpack< type::fix_int32 > | |
Cpack< type::fix_int64 > | |
Cpack< type::fix_uint8 > | |
Cpack< type::fix_uint16 > | |
Cpack< type::fix_uint32 > | |
Cpack< type::fix_uint64 > | |
Cobject< type::fix_int8 > | |
Cobject< type::fix_int16 > | |
Cobject< type::fix_int32 > | |
Cobject< type::fix_int64 > | |
Cobject< type::fix_uint8 > | |
Cobject< type::fix_uint16 > | |
Cobject< type::fix_uint32 > | |
Cobject< type::fix_uint64 > | |
Cobject_with_zone< type::fix_int8 > | |
Cobject_with_zone< type::fix_int16 > | |
Cobject_with_zone< type::fix_int32 > | |
Cobject_with_zone< type::fix_int64 > | |
Cobject_with_zone< type::fix_uint8 > | |
Cobject_with_zone< type::fix_uint16 > | |
Cobject_with_zone< type::fix_uint32 > | |
Cobject_with_zone< type::fix_uint64 > | |
Cconvert< float > | |
Cpack< float > | |
Cconvert< double > | |
Cpack< double > | |
Cobject< float > | |
Cobject< double > | |
Cobject_with_zone< float > | |
Cobject_with_zone< double > | |
Cconvert< char > | |
Cconvert< wchar_t > | |
Cconvert< signed char > | |
Cconvert< signed short > | |
Cconvert< signed int > | |
Cconvert< signed long > | |
Cconvert< signed long long > | |
Cconvert< unsigned char > | |
Cconvert< unsigned short > | |
Cconvert< unsigned int > | |
Cconvert< unsigned long > | |
Cconvert< unsigned long long > | |
Cpack< char > | |
Cpack< wchar_t > | |
Cpack< signed char > | |
Cpack< signed short > | |
Cpack< signed int > | |
Cpack< signed long > | |
Cpack< signed long long > | |
Cpack< unsigned char > | |
Cpack< unsigned short > | |
Cpack< unsigned int > | |
Cpack< unsigned long > | |
Cpack< unsigned long long > | |
Cobject< char > | |
Cobject< wchar_t > | |
Cobject< signed char > | |
Cobject< signed short > | |
Cobject< signed int > | |
Cobject< signed long > | |
Cobject< signed long long > | |
Cobject< unsigned char > | |
Cobject< unsigned short > | |
Cobject< unsigned int > | |
Cobject< unsigned long > | |
Cobject< unsigned long long > | |
Cobject_with_zone< char > | |
Cobject_with_zone< wchar_t > | |
Cobject_with_zone< signed char > | |
Cobject_with_zone< signed short > | |
Cobject_with_zone< signed int > | |
Cobject_with_zone< signed long > | |
Cobject_with_zone< signed long long > | |
Cobject_with_zone< unsigned char > | |
Cobject_with_zone< unsigned short > | |
Cobject_with_zone< unsigned int > | |
Cobject_with_zone< unsigned long > | |
Cobject_with_zone< unsigned long long > | |
Cas< std::list< T, Alloc >, typename std::enable_if< msgpack::has_as< T >::value >::type > | |
Cconvert< std::list< T, Alloc > > | |
Cpack< std::list< T, Alloc > > | |
Cobject_with_zone< std::list< T, Alloc > > | |
Cas< type::assoc_vector< K, V, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value||msgpack::has_as< V >::value >::type > | |
Cconvert< type::assoc_vector< K, V, Compare, Alloc > > | |
Cpack< type::assoc_vector< K, V, Compare, Alloc > > | |
Cobject_with_zone< type::assoc_vector< K, V, Compare, Alloc > > | |
Cas< std::map< K, V, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value||msgpack::has_as< V >::value >::type > | |
Cconvert< std::map< K, V, Compare, Alloc > > | |
Cpack< std::map< K, V, Compare, Alloc > > | |
Cobject_with_zone< std::map< K, V, Compare, Alloc > > | |
Cas< std::multimap< K, V, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value||msgpack::has_as< V >::value >::type > | |
Cconvert< std::multimap< K, V, Compare, Alloc > > | |
Cpack< std::multimap< K, V, Compare, Alloc > > | |
Cobject_with_zone< std::multimap< K, V, Compare, Alloc > > | |
Cconvert< type::nil_t > | |
Cpack< type::nil_t > | |
Cobject< type::nil_t > | |
Cobject_with_zone< type::nil_t > | |
Cas< std::pair< T1, T2 >, typename std::enable_if< msgpack::any_of< msgpack::has_as, T1, T2 >::value >::type > | |
Cconvert< std::pair< T1, T2 > > | |
Cpack< std::pair< T1, T2 > > | |
Cobject_with_zone< std::pair< T1, T2 > > | |
Cconvert< type::raw_ref > | |
Cpack< type::raw_ref > | |
Cobject< type::raw_ref > | |
Cobject_with_zone< type::raw_ref > | |
Cas< std::set< T, Compare, Alloc >, typename std::enable_if< msgpack::has_as< T >::value >::type > | |
Cconvert< std::set< T, Compare, Alloc > > | |
Cpack< std::set< T, Compare, Alloc > > | |
Cobject_with_zone< std::set< T, Compare, Alloc > > | |
Cas< std::multiset< T, Compare, Alloc >, typename std::enable_if< msgpack::has_as< T >::value >::type > | |
Cconvert< std::multiset< T, Compare, Alloc > > | |
Cpack< std::multiset< T, Compare, Alloc > > | |
Cobject_with_zone< std::multiset< T, Compare, Alloc > > | |
Cconvert< type::size_equal_only< T > > | |
Cpack< type::size_equal_only< T > > | |
Cobject< type::size_equal_only< T > > | |
Cobject_with_zone< type::size_equal_only< T > > | |
Cconvert< std::string > | |
Cpack< std::string > | |
Cobject< std::string > | |
Cobject_with_zone< std::string > | |
Cconvert< type::v4raw_ref > | |
Cpack< type::v4raw_ref > | |
Cobject< type::v4raw_ref > | |
Cobject_with_zone< type::v4raw_ref > | |
Cas< std::vector< T, Alloc >, typename std::enable_if< msgpack::has_as< T >::value >::type > | |
Cconvert< std::vector< T, Alloc > > | |
Cpack< std::vector< T, Alloc > > | |
Cobject_with_zone< std::vector< T, Alloc > > | |
Cconvert< std::vector< bool, Alloc > > | |
Cpack< std::vector< bool, Alloc > > | |
Cobject_with_zone< std::vector< bool, Alloc > > | |
Cconvert< std::vector< char, Alloc > > | |
Cpack< std::vector< char, Alloc > > | |
Cobject< std::vector< char, Alloc > > | |
Cobject_with_zone< std::vector< char, Alloc > > | |
Cconvert< std::vector< unsigned char, Alloc > > | |
Cpack< std::vector< unsigned char, Alloc > > | |
Cobject< std::vector< unsigned char, Alloc > > | |
Cobject_with_zone< std::vector< unsigned char, Alloc > > | |
Cas< std::wstring > | |
Cconvert< std::wstring > | |
Cpack< std::wstring > | |
Cobject_with_zone< std::wstring > | |
Cconvert< msgpack::object > | |
Cpack< msgpack::object > | |
Cobject_with_zone< msgpack::object > | |
Cobject_with_zone< msgpack::object::with_zone > | |
Cas | |
Cobject< T, Enabler, typename msgpack::enable_if< !msgpack::is_same< T, std::string >::value &&!msgpack::is_array< T >::value >::type > | |
Cas< T, typename std::enable_if< v1::has_as< T >::value >::type > | |
Cas< T, typename std::enable_if< v2::has_as< T >::value >::type > | |
►Ndetail | |
Call_of_imp | |
Cany_of_imp | |
Cbool_pack | |
Cpacker_serializer | |
Cunpack_user | |
Cunpack_array | |
Cunpack_map | |
Cunpack_stack | |
Cvalue | |
Cvalue< fix_tag > | |
Ccontext | |
Cfix_tag | |
Ccreate_object_visitor | |
Cparse_helper | |
►Ntype | |
►Ndetail | |
Cconvert_integer_sign< T, true > | |
Cconvert_integer_sign< T, false > | |
Cis_signed | |
Cobject_sign< true > | |
Cobject_sign< false > | |
Cconvert_integer_sign | |
Cobject_sign | |
Cpair_first_less | |
Carray_ref | |
Carray_ref< T[N]> | |
Cbasic_variant | |
Cdefine_array<> | |
Cdefine_map<> | |
Ctuple_type | |
Ctuple_type< T & > | |
Ctuple_type< const T & > | |
Ctuple<> | |
Ctuple_element | |
Cconst_tuple_element | |
Cdefine_array_imp | |
Cdefine_array_imp< Tuple, 1 > | |
Cdefine_array | |
Cdefine_map_imp | |
Cdefine_map_imp< Tuple, 0 > | |
Cdefine_map | |
Ctuple | |
Cext | |
Cext_ref | |
Cfix_int | |
Cassoc_vector | |
Cnil_t | |
Craw_ref | |
Csize_equal_only | |
Cv4raw_ref | |
Cpacker | The class template that supports continuous packing |
Ccontainer_size_overflow | |
CStdTuplePacker | |
CStdTuplePacker< Stream, Tuple, 0 > | |
CStdTupleAs | |
CStdTupleAsImpl | |
CStdTupleAs<> | |
CStdTupleConverter | |
CStdTupleConverter< Tuple, 0 > | |
CStdTupleToObjectWithZone | |
CStdTupleToObjectWithZone< Tuple, 0 > | |
CMsgpackTuplePacker | |
CMsgpackTuplePacker< Stream, Tuple, 1 > | |
CMsgpackTuplePacker< Stream, Tuple, 0 > | |
CMsgpackTupleAsImpl | |
CMsgpackTupleAs | |
CMsgpackTupleAs<> | |
CMsgpackTupleConverter | |
CMsgpackTupleConverter< Tuple, 1 > | |
CMsgpackTupleConverter< Tuple, 0 > | |
CMsgpackTupleToObjectWithZone | |
CMsgpackTupleToObjectWithZone< Tuple, 1 > | |
CMsgpackTupleToObjectWithZone< Tuple, 0 > | |
Czone | |
Cfbuffer | |
Cseq | |
Cgen_seq | |
Cgen_seq< 0, Is... > | |
Cis_non_const_pointer | |
Cobject_kv | |
Cobject_handle | The class holds object and zone |
Cobject_parser | |
Cobject_pack_visitor | |
Cobject_stringize_visitor | |
Caligned_zone_size_visitor | |
Cdefine | |
Cobject_equal_visitor | |
Cobject_array | |
Cobject_map | |
Cobject_str | |
Cobject_bin | |
Cobject_ext | |
Chas_as | |
►Cobject | Object class that corresponding to MessagePack format object |
Cimplicit_type | |
Cunion_type | |
Ctype_error | |
Csbuffer | |
Cunpacker | Unpacking class for a stream deserialization |
Cunpack_limit | |
Cunpack_error | |
Cparse_error | |
Cinsufficient_bytes | |
Csize_overflow | |
Carray_size_overflow | |
Cmap_size_overflow | |
Cstr_size_overflow | |
Cbin_size_overflow | |
Cext_size_overflow | |
Cdepth_size_overflow | |
Ciovec | |
Cvrefbuffer | |
Czbuffer | |
Cnull_visitor | |
Cparser | Parsing class for a stream deserialization |
Cbasic_unpacker | |
▼Nv2 | |
►Nobject | |
Cwith_zone | |