#include <wibble/amorph.h>
#include <wibble/mixin.h>
Go to the source code of this file.
Namespaces | |
namespace | wibble |
Classes | |
struct | wibble::IteratorTraits< T, I > |
struct | wibble::wibble::IteratorTraits< T, typename std::set< T >::iterator > |
struct | wibble::wibble::IteratorTraits< T, typename std::multiset< T >::iterator > |
struct | wibble::IteratorInterface< T > |
struct | wibble::IteratorProxy< T > |
struct | wibble::IteratorMorph< T, W > |
struct | wibble::IteratorMixin< T, Self > |
struct | wibble::Iterator< T > |
struct | wibble::StlIterator< It > |
Typedefs | |
typedef bool | wibble::SortabilityTag |
Functions | |
template<typename T, typename I> | |
IteratorTraits< T, I >::Sorted | wibble::isSortedT (I, I) |
template<typename I> | |
Iterator< typename I::value_type > | wibble::iterator (I i) |
Variables | |
IteratorTraits< T, I >::Unsorted | wibble::isSortedT (I, I) |