Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::range_lock_guard< Iterator > Struct Template Reference

#include <lock_algorithms.hpp>

Public Member Functions

 range_lock_guard (Iterator begin_, Iterator end_)
 
void release ()
 
 ~range_lock_guard ()
 

Public Attributes

Iterator begin
 
Iterator end
 

Constructor & Destructor Documentation

template<typename Iterator>
boost::detail::range_lock_guard< Iterator >::range_lock_guard ( Iterator  begin_,
Iterator  end_ 
)
inline

References boost::lock().

Member Function Documentation

template<typename Iterator>
void boost::detail::range_lock_guard< Iterator >::release ( )
inline

Member Data Documentation

template<typename Iterator>
Iterator boost::detail::range_lock_guard< Iterator >::begin

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