cereal
A C++11 library for serialization
|
This is the complete list of members for cereal::detail::PolymorphicCasters, including all inherited members.
DerivedCasterMap typedef | cereal::detail::PolymorphicCasters | |
downcast(const void *dptr, std::type_info const &baseInfo) | cereal::detail::PolymorphicCasters | inlinestatic |
lookup(std::type_index const &baseIndex, std::type_index const &derivedIndex, F &&exceptionFunc) | cereal::detail::PolymorphicCasters | inlinestatic |
lookup_if_exists(std::type_index const &baseIndex, std::type_index const &derivedIndex) | cereal::detail::PolymorphicCasters | inlinestatic |
map | cereal::detail::PolymorphicCasters | |
reverseMap (defined in cereal::detail::PolymorphicCasters) | cereal::detail::PolymorphicCasters | |
upcast(Derived *const dptr, std::type_info const &baseInfo) | cereal::detail::PolymorphicCasters | inlinestatic |
upcast(std::shared_ptr< Derived > const &dptr, std::type_info const &baseInfo) | cereal::detail::PolymorphicCasters | inlinestatic |