OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PolicyGraphVertex Class Referenceabstract

#include <policy_vertex.h>

Inheritance diagram for PolicyGraphVertex:

Classes

class  adjacency_iterator
 
class  edge_iterator
 

Public Types

enum  VertexType { POLICY_MATCH = 1, POLICY_ACTION = 2 }
 
typedef
PolicyGraphBase::vertex_descriptor 
Vertex
 
typedef
PolicyGraphBase::edge_descriptor 
Edge
 

Public Member Functions

adjacency_iterator begin (PolicyGraph *graph)
 
adjacency_iterator end (PolicyGraph *graph)
 
PolicyGraphVertexparent_vertex (PolicyGraph *graph)
 
PolicyGraphEdgein_edge (PolicyGraph *graph)
 
edge_iterator edge_list_begin (PolicyGraph *graph)
 
edge_iterator edge_list_end (PolicyGraph *graph)
 
void set_vertex (const Vertex &vertex_id)
 
Vertex vertex () const
 
virtual VertexType Type () const =0
 

Public Attributes

boost::intrusive::list_member_hook open_vertex_
 

Private Attributes

Vertex vertex_id_
 

Detailed Description

Definition at line 23 of file policy_vertex.h.

Member Typedef Documentation

Member Enumeration Documentation

Enumerator
POLICY_MATCH 
POLICY_ACTION 

Definition at line 27 of file policy_vertex.h.

Member Function Documentation

adjacency_iterator PolicyGraphVertex::begin ( PolicyGraph graph)
inline

Definition at line 89 of file policy_vertex.h.

edge_iterator PolicyGraphVertex::edge_list_begin ( PolicyGraph graph)
inline

Definition at line 100 of file policy_vertex.h.

edge_iterator PolicyGraphVertex::edge_list_end ( PolicyGraph graph)
inline

Definition at line 103 of file policy_vertex.h.

adjacency_iterator PolicyGraphVertex::end ( PolicyGraph graph)
inline

Definition at line 92 of file policy_vertex.h.

PolicyGraphEdge * PolicyGraphVertex::in_edge ( PolicyGraph graph)

Definition at line 60 of file policy_vertex.cc.

Here is the call graph for this function:

PolicyGraphVertex * PolicyGraphVertex::parent_vertex ( PolicyGraph graph)

Definition at line 52 of file policy_vertex.cc.

Here is the call graph for this function:

void PolicyGraphVertex::set_vertex ( const Vertex vertex_id)
inline

Definition at line 107 of file policy_vertex.h.

virtual VertexType PolicyGraphVertex::Type ( ) const
pure virtual
Vertex PolicyGraphVertex::vertex ( ) const
inline

Definition at line 111 of file policy_vertex.h.

Member Data Documentation

boost::intrusive::list_member_hook PolicyGraphVertex::open_vertex_

Definition at line 33 of file policy_vertex.h.

Vertex PolicyGraphVertex::vertex_id_
private

Definition at line 116 of file policy_vertex.h.


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