#include <serialize.h>
|
| template<typename S > |
| static bool | serialize_scalar (S &s, const T &data) |
| |
| template<typename S > |
| static bool | deserialize_scalar (S &s, T &data) |
| |
| template<typename S > |
| static bool | serialize_vector (S &s, const std::vector< T > &v) |
| |
| template<typename S > |
| static bool | deserialize_vector (S &s, std::vector< T > &v) |
| |
| template<typename S , size_t Extent> |
| static bool | serialize_span (S &s, span< T, Extent > sp) |
| |
| template<typename S , size_t Extent> |
| static bool | deserialize_span (S &s, span< T, Extent > &sp) |
| |
◆ deserialize_scalar()
template<typename T >
template<typename S >
◆ deserialize_span()
template<typename T >
template<typename S , size_t Extent>
◆ deserialize_vector()
template<typename T >
template<typename S >
◆ serialize_scalar()
template<typename T >
template<typename S >
◆ serialize_span()
template<typename T >
template<typename S , size_t Extent>
◆ serialize_vector()
template<typename T >
template<typename S >
The documentation for this struct was generated from the following file:
- /home/runner/work/realm/realm/realm-src/src/realm/serialize.h