Inferno  0.2
containers.hpp File Reference
#include "common.hpp"
Include dependency graph for containers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OOStd::ContainerInterface< SUB_BASE, VALUE_INTERFACE >
struct  OOStd::ContainerInterface< SUB_BASE, VALUE_INTERFACE >::iterator_interface
class  OOStd::ContainerInterface< SUB_BASE, VALUE_INTERFACE >::iterator
struct  OOStd::SequenceInterface< SUB_BASE, VALUE_INTERFACE >
struct  OOStd::SimpleAssociativeContainerInterface< SUB_BASE, VALUE_INTERFACE >
struct  OOStd::ContainerCommon< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >
struct  OOStd::ContainerCommon< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::iterator
struct  OOStd::Sequence< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >
struct  OOStd::Sequence< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::iterator
struct  OOStd::SimpleAssociativeContainer< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >
struct  OOStd::SimpleAssociativeContainer< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::iterator
struct  OOStd::PointIterator< SUB_BASE, VALUE_INTERFACE >
struct  OOStd::CountingIterator< SUB_BASE, VALUE_INTERFACE >

Namespaces

namespace  OOStd
 

OOStd namespace contains wrappers for STL and Boost features adding run-time polymorphism.


Functions

template<typename L , typename R >
pair< L, R > OOStd::operator, (const L &l, const R &r)