All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Classes | Namespaces
simple_cycle.hpp File Reference
#include "paal/data_structures/bimap.hpp"
#include <cassert>
#include <vector>
#include <iterator>

Go to the source code of this file.

Classes

class  paal::data_structures::simple_cycle< CycleEl, IdxT >
 This is the simplest implementation of the Cycle concept based on the list. More...
 
class  paal::data_structures::simple_cycle< CycleEl, IdxT >::vertex_iterator
 iterator over vertices of the cycle More...
 
class  paal::data_structures::simple_cycle< CycleEl, IdxT >::edge_iterator
 Iterator on cycle edges. More...
 
class  paal::data_structures::Simplecycle_start_from_last_change< CycleEl, IdxT >
 this class adapts Simple cycle to start from last changed position More...
 

Namespaces

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

Detailed Description

Author
Piotr Wygocki
Version
1.0
Date
2013-02-01

Definition in file simple_cycle.hpp.