OpenSDN source code
|
#include <policy_graph_base.h>
Classes | |
struct | EdgeProperties |
struct | VertexProperties |
Public Types | |
typedef boost::adjacency_list < boost::setS, boost::listS, boost::bidirectionalS, VertexProperties, EdgeProperties > | graph_t |
typedef boost::graph_traits < graph_t >::vertex_descriptor | vertex_descriptor |
typedef boost::graph_traits < graph_t >::edge_descriptor | edge_descriptor |
typedef boost::graph_traits < graph_t > ::adjacency_iterator | adjacency_iterator |
typedef boost::graph_traits < graph_t >::edge_iterator | edge_iterator |
typedef boost::graph_traits < graph_t >::out_edge_iterator | out_edge_iterator |
typedef boost::graph_traits < graph_t >::in_edge_iterator | in_edge_iterator |
typedef graph_t::inv_adjacency_iterator | inv_adjacency_iterator |
Definition at line 14 of file policy_graph_base.h.
typedef boost::graph_traits<graph_t >::adjacency_iterator PolicyGraphBase::adjacency_iterator |
Definition at line 33 of file policy_graph_base.h.
typedef boost::graph_traits<graph_t >::edge_descriptor PolicyGraphBase::edge_descriptor |
Definition at line 32 of file policy_graph_base.h.
typedef boost::graph_traits<graph_t >::edge_iterator PolicyGraphBase::edge_iterator |
Definition at line 34 of file policy_graph_base.h.
typedef boost::adjacency_list< boost::setS, boost::listS, boost::bidirectionalS, VertexProperties, EdgeProperties > PolicyGraphBase::graph_t |
Definition at line 30 of file policy_graph_base.h.
typedef boost::graph_traits<graph_t >::in_edge_iterator PolicyGraphBase::in_edge_iterator |
Definition at line 36 of file policy_graph_base.h.
typedef graph_t::inv_adjacency_iterator PolicyGraphBase::inv_adjacency_iterator |
Definition at line 37 of file policy_graph_base.h.
typedef boost::graph_traits<graph_t >::out_edge_iterator PolicyGraphBase::out_edge_iterator |
Definition at line 35 of file policy_graph_base.h.
typedef boost::graph_traits<graph_t >::vertex_descriptor PolicyGraphBase::vertex_descriptor |
Definition at line 31 of file policy_graph_base.h.