All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Classes | Namespaces
cycle_iterator.hpp File Reference
#include "paal/utils/type_functions.hpp"
#include <boost/iterator/iterator_facade.hpp>

Go to the source code of this file.

Classes

class  paal::data_structures::cycle_iterator< Iter >
 For given collection (begin -> end) and start iterator pointing to an element inside collection (begin -> ... -> start -> ... ->end), returns new collection created by shifting the old collection to start. More...
 

Namespaces

 paal
 global namespace of project.
 
 paal::data_structures
 Data Structure namespace.
 

Detailed Description

Author
Piotr Wygocki
Version
1.0
Date
2013-03-11

Definition in file cycle_iterator.hpp.