Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ordered_associative_container_adaptor.hpp File Reference

Container adaptor to build a type that is compliant to the concept of an ordered associative container. More...

#include <boost/config.hpp>
#include <boost/bimap/container_adaptor/associative_container_adaptor.hpp>
#include <boost/bimap/container_adaptor/detail/comparison_adaptor.hpp>
#include <boost/mpl/if.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/mpl/push_front.hpp>
#include <boost/mpl/aux_/na.hpp>
#include <boost/operators.hpp>
#include <boost/call_traits.hpp>
Include dependency graph for ordered_associative_container_adaptor.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::bimaps::container_adaptor::ordered_associative_container_adaptor_base< Base, Iterator, ConstIterator, ReverseIterator, ConstReverseIterator, KeyType, IteratorToBaseConverter, IteratorFromBaseConverter, ReverseIteratorFromBaseConverter, ValueToBaseConverter, ValueFromBaseConverter, KeyToBaseConverter, FunctorsFromDerivedClasses >
 
class  boost::bimaps::container_adaptor::ordered_associative_container_adaptor< Base, Iterator, ConstIterator, ReverseIterator, ConstReverseIterator, KeyType, IteratorToBaseConverter, IteratorFromBaseConverter, ReverseIteratorFromBaseConverter, ValueToBaseConverter, ValueFromBaseConverter, KeyToBaseConverter, FunctorsFromDerivedClasses >
 Container adaptor to build a type that is compliant to the concept of an ordered associative container. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::bimaps
 
 boost::bimaps::container_adaptor
 Container Adaptor toolbox, easy way to build new containers from existing ones.
 

Detailed Description

Container adaptor to build a type that is compliant to the concept of an ordered associative container.