Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::buffer_archetype< T > Class Template Reference

#include <graph_archetypes.hpp>

Public Member Functions

void push (const T &)
 
void pop ()
 
Ttop ()
 
const Ttop () const
 
bool empty () const
 

Member Function Documentation

template<typename T >
bool boost::buffer_archetype< T >::empty ( ) const
inline
template<typename T >
void boost::buffer_archetype< T >::pop ( )
inline
template<typename T >
void boost::buffer_archetype< T >::push ( const T )
inline
template<typename T >
T& boost::buffer_archetype< T >::top ( )
inline
template<typename T >
const T& boost::buffer_archetype< T >::top ( ) const
inline

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