Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::Stacks< SignedInteger >::stack Class Reference

#include <minimum_degree_ordering.hpp>

Public Member Functions

 stack (Iterator _data, const value_type &head)
 
 stack (Iterator _data)
 
void pop ()
 
void push (value_type v)
 
bool empty ()
 
value_type & top ()
 

Constructor & Destructor Documentation

template<class SignedInteger>
boost::detail::Stacks< SignedInteger >::stack::stack ( Iterator  _data,
const value_type &  head 
)
inline
template<class SignedInteger>
boost::detail::Stacks< SignedInteger >::stack::stack ( Iterator  _data)
inline

Member Function Documentation

template<class SignedInteger>
bool boost::detail::Stacks< SignedInteger >::stack::empty ( )
inline
template<class SignedInteger>
void boost::detail::Stacks< SignedInteger >::stack::pop ( )
inline
template<class SignedInteger>
void boost::detail::Stacks< SignedInteger >::stack::push ( value_type  v)
inline
template<class SignedInteger>
value_type& boost::detail::Stacks< SignedInteger >::stack::top ( )
inline

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