Go to the source code of this file.
|
| template<typename Archive , typename T , math::qualifier P> |
| void | ser20::SERIALIZE_FUNCTION_NAME (Archive &ar, math::tvec2< T, P > &obj) |
| |
| template<typename Archive , typename T , math::qualifier P> |
| void | ser20::SERIALIZE_FUNCTION_NAME (Archive &ar, math::tvec3< T, P > &obj) |
| |
| template<typename Archive , typename T , math::qualifier P> |
| void | ser20::SERIALIZE_FUNCTION_NAME (Archive &ar, math::tvec4< T, P > &obj) |
| |
| template<typename Archive > |
| void | ser20::SERIALIZE_FUNCTION_NAME (Archive &ar, math::color &obj) |
| |
| template<typename Archive , typename T > |
| void | ser20::SERIALIZE_FUNCTION_NAME (Archive &ar, math::gradient_point< T > &obj) |
| |
| template<typename Archive , typename T > |
| void | ser20::SAVE_FUNCTION_NAME (Archive &ar, const math::gradient< T > &obj) |
| |
| template<typename Archive , typename T > |
| void | ser20::LOAD_FUNCTION_NAME (Archive &ar, math::gradient< T > &obj) |
| |