OpenSDN source code
PolicyActionAccept Class Reference

#include <policy_action.h>

Inheritance diagram for PolicyActionAccept:
Collaboration diagram for PolicyActionAccept:

Private Member Functions

virtual bool IsTerminal ()
 
virtual bool IsAccept ()
 

Additional Inherited Members

- Public Types inherited from PolicyGraphVertex
enum  VertexType { POLICY_MATCH = 1 , POLICY_ACTION = 2 }
 
typedef PolicyGraphBase::vertex_descriptor Vertex
 
typedef PolicyGraphBase::edge_descriptor Edge
 
- Public Member Functions inherited from PolicyGraphVertex
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 inherited from PolicyGraphVertex
boost::intrusive::list_member_hook open_vertex_
 

Detailed Description

Definition at line 24 of file policy_action.h.

Member Function Documentation

◆ IsAccept()

virtual bool PolicyActionAccept::IsAccept ( )
inlineprivatevirtual

Reimplemented from PolicyActionVertex.

Definition at line 29 of file policy_action.h.

◆ IsTerminal()

virtual bool PolicyActionAccept::IsTerminal ( )
inlineprivatevirtual

Reimplemented from PolicyActionVertex.

Definition at line 25 of file policy_action.h.


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