C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
MultiIndexIterator.h File Reference

Defines class MultiIndexIterator and a few helpers. More...

#include "MultiIndexIteratorFwd.h"
#include "BlitzTiny.h"
#include <boost/operators.hpp>
#include <boost/mpl/identity.hpp>
+ Include dependency graph for MultiIndexIterator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cpputils::MultiIndexIterator< RANK >
 An iterator over all possible combinations of indices (a number of integers) between certain bounds. More...
 

Namespaces

 cpputils
 Namespace comprising otherwise hard-to-classify generic utilities.
 
 cpputils::mii
 Helpers to MultiIndexIterator.
 

Macros

#define FORWARD_IteratorHelper   boost::forward_iterator_helper<MultiIndexIterator<RANK>,IdxTiny<RANK> >
 

Typedefs

typedef boost::mpl::false_ cpputils::mii::Begin
 
typedef boost::mpl::true_ cpputils::mii::End
 

Variables

const Begin cpputils::mii::begin =Begin()
 
const End cpputils::mii::end =End ()
 

Detailed Description

Defines class MultiIndexIterator and a few helpers.

Definition in file MultiIndexIterator.h.