|
Electroneum
|
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<typename T> | |
| void | prepare_custom_deque_serialization (size_t size, std::deque< T > &vec, const boost::mpl::bool_< true > &) |
| template<typename T> | |
| void | prepare_custom_deque_serialization (size_t size, std::deque< T > &vec, const boost::mpl::bool_< false > &) |
| template<class Stream> | |
| bool | do_check_stream_state (Stream &s, boost::mpl::bool_< true >, bool noeof) |
| template<class Stream> | |
| bool | do_check_stream_state (Stream &s, boost::mpl::bool_< false >, bool noeof) |
| bool crypto::serialization::detail::do_check_stream_state | ( | Stream & | s, |
| boost::mpl::bool_< false > | , | ||
| bool | noeof ) |
Definition at line 333 of file hash.h.
| bool crypto::serialization::detail::do_check_stream_state | ( | Stream & | s, |
| boost::mpl::bool_< true > | , | ||
| bool | noeof ) |
Definition at line 322 of file hash.h.
| void crypto::serialization::detail::prepare_custom_deque_serialization | ( | size_t | size, |
| std::deque< T > & | vec, | ||
| const boost::mpl::bool_< false > & | ) |
Definition at line 312 of file hash.h.
| void crypto::serialization::detail::prepare_custom_deque_serialization | ( | size_t | size, |
| std::deque< T > & | vec, | ||
| const boost::mpl::bool_< true > & | ) |
Definition at line 307 of file hash.h.
| void crypto::serialization::detail::prepare_custom_vector_serialization | ( | size_t | size, |
| std::vector< T > & | vec, | ||
| const boost::mpl::bool_< false > & | ) |
Definition at line 301 of file hash.h.
| void crypto::serialization::detail::prepare_custom_vector_serialization | ( | size_t | size, |
| std::vector< T > & | vec, | ||
| const boost::mpl::bool_< true > & | ) |
Definition at line 296 of file hash.h.