Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
base.hpp File Reference
Include dependency graph for base.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::circular_buffer< T, Alloc >
 Circular buffer - a STL compliant container. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<class T , class Alloc >
bool boost::operator== (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs)
 Compare two circular_buffers element-by-element to determine if they are equal. More...
 
template<class T , class Alloc >
bool boost::operator< (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs)
 Compare two circular_buffers element-by-element to determine if the left one is lesser than the right one. More...
 
template<class T , class Alloc >
bool boost::operator!= (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs)
 Compare two circular_buffers element-by-element to determine if they are non-equal. More...
 
template<class T , class Alloc >
bool boost::operator> (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs)
 Compare two circular_buffers element-by-element to determine if the left one is greater than the right one. More...
 
template<class T , class Alloc >
bool boost::operator<= (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs)
 Compare two circular_buffers element-by-element to determine if the left one is lesser or equal to the right one. More...
 
template<class T , class Alloc >
bool boost::operator>= (const circular_buffer< T, Alloc > &lhs, const circular_buffer< T, Alloc > &rhs)
 Compare two circular_buffers element-by-element to determine if the left one is greater or equal to the right one. More...
 
template<class T , class Alloc >
void boost::swap (circular_buffer< T, Alloc > &lhs, circular_buffer< T, Alloc > &rhs) BOOST_NOEXCEPT
 Swap the contents of two circular_buffers. More...