|
Monero
|
Functions | |
| template<typename T> | |
| void | prepare_custom_vector_serialization (size_t size, std::vector< T > &vec, const boost::mpl::bool_< true > &) |
| template<typename T> | |
| void | prepare_custom_vector_serialization (size_t size, std::vector< T > &vec, const boost::mpl::bool_< false > &) |
| template<class Archive> | |
| bool | do_check_stream_state (Archive &ar, boost::mpl::bool_< true >, bool noeof) |
| template<class Archive> | |
| bool | do_check_stream_state (Archive &ar, boost::mpl::bool_< false >, bool noeof) |
| bool crypto::serialization::detail::do_check_stream_state | ( | Archive & | ar, |
| boost::mpl::bool_< false > | , | ||
| bool | noeof ) |
| bool crypto::serialization::detail::do_check_stream_state | ( | Archive & | ar, |
| boost::mpl::bool_< true > | , | ||
| bool | noeof ) |
| void crypto::serialization::detail::prepare_custom_vector_serialization | ( | size_t | size, |
| std::vector< T > & | vec, | ||
| const boost::mpl::bool_< false > & | ) |