STK++ 0.9.13
STK_BiDirectionalIterator.h File Reference

In this file we implement the BiDirectionalIterator class. More...

Include dependency graph for STK_BiDirectionalIterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::hidden::IteratorTraits< BiDirectionalIterator< Array_ > >
 Specialization for the BiDirectionalIterator iterator class. More...
 
struct  STK::hidden::IteratorTraits< ConstBiDirectionalIterator< Array_ > >
 Specialization for the ConstBiDirectionalIterator iterator class. More...
 
struct  STK::BiDirectionalIterator< Array >
 BiDirectionalIterator allows to loop over the element of one dimensional list containers. More...
 
struct  STK::ConstBiDirectionalIterator< Array >
 ConstBiDirectionalIterator allows to loop over the element of one dimensional list containers. More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 
namespace  STK::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 

Detailed Description

In this file we implement the BiDirectionalIterator class.

Definition in file STK_BiDirectionalIterator.h.