nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl > Struct Template Reference
#include <hash_value.hpp>


Public Types | |
typedef hash_state_impl_type::accumulator_set_type | accumulator_set_type |
typedef hash_state_impl_type::accumulator_type | accumulator_type |
typedef HashStateImpl | hash_state_impl_type |
typedef hash_state_impl_type::hash_type | hash_type |
typedef boost::mpl::apply< accumulator_set_type, accumulator_type >::type::result_type | result_type |
Public Member Functions | |
operator accumulator_set_type & () const | |
template<typename T , std::size_t Size> | |
operator boost::array< T, Size > () const | |
template<typename OutputRange > | |
operator OutputRange () const | |
operator result_type () const | |
template<typename T , std::size_t Size> | |
operator std::array< T, Size > () const | |
template<typename SinglePassRange > | |
range_hash_impl (const SinglePassRange &range, accumulator_set_type &&ise) | |
template<typename InputIterator > | |
range_hash_impl (InputIterator first, InputIterator last, accumulator_set_type &&ise) | |
Member Typedef Documentation
◆ accumulator_set_type
template<typename HashStateImpl >
typedef hash_state_impl_type::accumulator_set_type nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >::accumulator_set_type |
◆ accumulator_type
template<typename HashStateImpl >
typedef hash_state_impl_type::accumulator_type nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >::accumulator_type |
◆ hash_state_impl_type
template<typename HashStateImpl >
typedef HashStateImpl nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >::hash_state_impl_type |
◆ hash_type
template<typename HashStateImpl >
typedef hash_state_impl_type::hash_type nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >::hash_type |
◆ result_type
template<typename HashStateImpl >
typedef boost::mpl::apply<accumulator_set_type, accumulator_type>::type::result_type nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >::result_type |
Constructor & Destructor Documentation
◆ range_hash_impl() [1/2]
template<typename HashStateImpl >
template<typename SinglePassRange >
|
inline |
◆ range_hash_impl() [2/2]
template<typename HashStateImpl >
template<typename InputIterator >
|
inline |
Member Function Documentation
◆ operator accumulator_set_type &()
template<typename HashStateImpl >
|
inline |
◆ operator boost::array< T, Size >()
template<typename HashStateImpl >
template<typename T , std::size_t Size>
|
inline |
◆ operator OutputRange()
template<typename HashStateImpl >
template<typename OutputRange >
|
inline |
◆ operator result_type()
template<typename HashStateImpl >
|
inline |
◆ operator std::array< T, Size >()
template<typename HashStateImpl >
template<typename T , std::size_t Size>
|
inline |
The documentation for this struct was generated from the following file: