CAF 0.17.6
caf::detail::has_serialize< T, Ignore > Member List

This is the complete list of members for caf::detail::has_serialize< T, Ignore >, including all inherited members.

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