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

#include <heap_concepts.hpp>

Inheritance diagram for boost::heap::MutablePriorityQueue< C >:
Collaboration diagram for boost::heap::MutablePriorityQueue< C >:

Public Types

typedef C::handle_type handle_type
 
typedef C::iterator iterator
 
typedef C::const_iterator const_iterator
 
typedef C::allocator_type allocator_type
 
typedef C::value_compare value_compare
 
typedef C::value_type value_type
 
typedef C::const_reference const_reference
 

Public Member Functions

 BOOST_CONCEPT_USAGE (MutablePriorityQueue)
 
 BOOST_CONCEPT_USAGE (PriorityQueue)
 

Public Attributes

c
 
bool equal
 
bool not_equal
 

Member Typedef Documentation

template<class C >
typedef C::allocator_type boost::heap::PriorityQueue< C >::allocator_type
inherited
template<class C >
typedef C::const_iterator boost::heap::PriorityQueue< C >::const_iterator
inherited
template<class C >
typedef C::const_reference boost::heap::PriorityQueue< C >::const_reference
inherited
template<class C >
typedef C::handle_type boost::heap::MutablePriorityQueue< C >::handle_type
template<class C >
typedef C::iterator boost::heap::PriorityQueue< C >::iterator
inherited
template<class C >
typedef C::value_compare boost::heap::PriorityQueue< C >::value_compare
inherited
template<class C >
typedef C::value_type boost::heap::PriorityQueue< C >::value_type
inherited

Member Function Documentation

template<class C >
boost::heap::PriorityQueue< C >::BOOST_CONCEPT_USAGE ( PriorityQueue< C >  )
inlineinherited

Member Data Documentation


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