nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl > Struct Template Reference

#include <hash_value.hpp>

+ Inheritance diagram for nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >:
+ Collaboration diagram for nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >:

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 >
nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >::range_hash_impl ( const SinglePassRange &  range,
accumulator_set_type &&  ise 
)
inline

◆ range_hash_impl() [2/2]

template<typename HashStateImpl >
template<typename InputIterator >
nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >::range_hash_impl ( InputIterator  first,
InputIterator  last,
accumulator_set_type &&  ise 
)
inline

Member Function Documentation

◆ operator accumulator_set_type &()

template<typename HashStateImpl >
nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >::operator accumulator_set_type & ( ) const
inline

◆ operator boost::array< T, Size >()

template<typename HashStateImpl >
template<typename T , std::size_t Size>
nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >::operator boost::array< T, Size > ( ) const
inline

◆ operator OutputRange()

template<typename HashStateImpl >
template<typename OutputRange >
nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >::operator OutputRange ( ) const
inline

◆ operator result_type()

template<typename HashStateImpl >
nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >::operator result_type ( ) const
inline

◆ operator std::array< T, Size >()

template<typename HashStateImpl >
template<typename T , std::size_t Size>
nil::crypto3::hashes::detail::range_hash_impl< HashStateImpl >::operator std::array< T, Size > ( ) const
inline

The documentation for this struct was generated from the following file: