Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::bucket_sorter< BucketType, ValueType, Bucket, ValueIndexMap >::stack Class Reference

#include <bucket_sorter.hpp>

Public Member Functions

 stack (bucket_type _bucket_id, Iter h, Iter n, Iter p, IndexValueMap v, const ValueIndexMap &_id)
 
 stack (bucket_type _bucket_id, Iter h, Iter n, Iter p, IndexValueMap v)
 
void push (const value_type &x)
 
void pop ()
 
value_typetop ()
 
const value_typetop () const
 
bool empty () const
 

Constructor & Destructor Documentation

template<class BucketType, class ValueType, class Bucket, class ValueIndexMap>
boost::bucket_sorter< BucketType, ValueType, Bucket, ValueIndexMap >::stack::stack ( bucket_type  _bucket_id,
Iter  h,
Iter  n,
Iter  p,
IndexValueMap  v,
const ValueIndexMap &  _id 
)
inline
template<class BucketType, class ValueType, class Bucket, class ValueIndexMap>
boost::bucket_sorter< BucketType, ValueType, Bucket, ValueIndexMap >::stack::stack ( bucket_type  _bucket_id,
Iter  h,
Iter  n,
Iter  p,
IndexValueMap  v 
)
inline

Member Function Documentation

template<class BucketType, class ValueType, class Bucket, class ValueIndexMap>
bool boost::bucket_sorter< BucketType, ValueType, Bucket, ValueIndexMap >::stack::empty ( void  ) const
inline
template<class BucketType, class ValueType, class Bucket, class ValueIndexMap>
void boost::bucket_sorter< BucketType, ValueType, Bucket, ValueIndexMap >::stack::pop ( void  )
inline
template<class BucketType, class ValueType, class Bucket, class ValueIndexMap>
void boost::bucket_sorter< BucketType, ValueType, Bucket, ValueIndexMap >::stack::push ( const value_type x)
inline
template<class BucketType, class ValueType, class Bucket, class ValueIndexMap>
value_type& boost::bucket_sorter< BucketType, ValueType, Bucket, ValueIndexMap >::stack::top ( void  )
inline
template<class BucketType, class ValueType, class Bucket, class ValueIndexMap>
const value_type& boost::bucket_sorter< BucketType, ValueType, Bucket, ValueIndexMap >::stack::top ( void  ) const
inline

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