BALL 1.5.0
Loading...
Searching...
No Matches
Classes | Namespaces
chainIterator.h File Reference
#include <BALL/KERNEL/chain.h>
#include <BALL/KERNEL/iterator.h>
#include <BALL/KERNEL/predicate.h>
#include <BALL/CONCEPT/stdIteratorWrapper.h>

Go to the source code of this file.

Classes

class  BALL::ChainIteratorTraits
 

Namespaces

namespace  BALL
 

Typedefs

Iterator type definitions for the various ChainIterators
typedef BidirectionalIterator< Composite, Chain, Composite::CompositeIterator, ChainIteratorTraitsBALL::ChainIterator
 A mutable bidirectional iterator for the Chain class.
 
typedef ConstBidirectionalIterator< Composite, Chain, Composite::CompositeIterator, ChainIteratorTraitsBALL::ChainConstIterator
 A constant bidirectional iterator for the Chain class.
 
typedef std::reverse_iterator< ChainIteratorBALL::ChainReverseIterator
 A mutable reverse bidirectional iterator for the Chain class.
 
typedef std::reverse_iterator< ChainConstIteratorBALL::ChainConstReverseIterator
 A constant reverse bidirectional iterator for the Chain class.