OpenSDN source code
PolicyGraphBase Class Reference

#include <policy_graph_base.h>

Inheritance diagram for PolicyGraphBase:

Classes

struct  EdgeProperties
 
struct  VertexProperties
 

Public Types

typedef boost::adjacency_list< boost::setS, boost::listS, boost::bidirectionalS, VertexProperties, EdgePropertiesgraph_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
 

Detailed Description

Definition at line 14 of file policy_graph_base.h.

Member Typedef Documentation

◆ adjacency_iterator

Definition at line 33 of file policy_graph_base.h.

◆ edge_descriptor

Definition at line 32 of file policy_graph_base.h.

◆ edge_iterator

typedef boost::graph_traits<graph_t >::edge_iterator PolicyGraphBase::edge_iterator

Definition at line 34 of file policy_graph_base.h.

◆ graph_t

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.

◆ in_edge_iterator

Definition at line 36 of file policy_graph_base.h.

◆ inv_adjacency_iterator

typedef graph_t::inv_adjacency_iterator PolicyGraphBase::inv_adjacency_iterator

Definition at line 37 of file policy_graph_base.h.

◆ out_edge_iterator

Definition at line 35 of file policy_graph_base.h.

◆ vertex_descriptor

Definition at line 31 of file policy_graph_base.h.


The documentation for this class was generated from the following file: