All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Classes | Namespaces | Functions
vertex_to_edge_iterator.hpp File Reference
#include "paal/utils/type_functions.hpp"

Go to the source code of this file.

Classes

class  paal::data_structures::vertex_to_edge_iterator< vertex_iterator >
 transforms collection to collection of pairs consecutive elements of the input collection. The last element and the first element are considered consecutive. More...
 

Namespaces

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

Functions

template<typename vertex_iterator >
vertex_to_edge_iterator
< vertex_iterator > 
paal::data_structures::make_vertex_to_edge_iterator (vertex_iterator b, vertex_iterator e)
 make for vertex_to_edge_iterator More...
 
template<typename vertex_iterator >
vertex_to_edge_iterator
< vertex_iterator > 
paal::data_structures::make_vertex_to_edge_iterator (std::pair< vertex_iterator, vertex_iterator > r)
 make for vertex_to_edge_iterator form Vertex iterator pair More...
 

Detailed Description

Author
Piotr Wygocki
Version
1.0
Date
2013-02-20

Definition in file vertex_to_edge_iterator.hpp.