deserialize_type typedef (defined in caf::detail::has_serialize< T, Ignore >) | caf::detail::has_serialize< T, Ignore > | |
serialize_type typedef (defined in caf::detail::has_serialize< T, Ignore >) | caf::detail::has_serialize< T, Ignore > | |
test_deserialize(caf::deserializer *source, U *x, unsigned int y=0) -> decltype(serialize(*source, *x, y)) (defined in caf::detail::has_serialize< T, Ignore >) | caf::detail::has_serialize< T, Ignore > | static |
test_deserialize(caf::deserializer *source, U *x) -> decltype(serialize(*source, *x)) (defined in caf::detail::has_serialize< T, Ignore >) | caf::detail::has_serialize< T, Ignore > | static |
test_deserialize(...) -> std::false_type (defined in caf::detail::has_serialize< T, Ignore >) | caf::detail::has_serialize< T, Ignore > | static |
test_serialize(caf::serializer *sink, U *x, unsigned int y=0) -> decltype(serialize(*sink, *x, y)) (defined in caf::detail::has_serialize< T, Ignore >) | caf::detail::has_serialize< T, Ignore > | static |
test_serialize(caf::serializer *sink, U *x) -> decltype(serialize(*sink, *x)) (defined in caf::detail::has_serialize< T, Ignore >) | caf::detail::has_serialize< T, Ignore > | static |
test_serialize(...) -> std::false_type (defined in caf::detail::has_serialize< T, Ignore >) | caf::detail::has_serialize< T, Ignore > | static |
type typedef (defined in caf::detail::has_serialize< T, Ignore >) | caf::detail::has_serialize< T, Ignore > | |
value (defined in caf::detail::has_serialize< T, Ignore >) | caf::detail::has_serialize< T, Ignore > | static |