graph
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
edge_list.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vector>
4 
5 #include "pangolin/namespace.hpp"
6 #include "pangolin/edge.hpp"
7 
9 typedef std::vector<Edge> EdgeList;
PANGOLIN_BEGIN_NAMESPACE()
std::vector< Edge > EdgeList
Definition: edge_list.hpp:9
#define PANGOLIN_END_NAMESPACE()
std::pair< Uint, Uint > Edge
Definition: edge.hpp:14