OpenSDN source code
|
#include <policy_action.h>
Private Member Functions | |
virtual PolicyGraphVertex::VertexType | Type () |
virtual bool | IsTerminal () |
virtual bool | IsAccept () |
Additional Inherited Members | |
![]() | |
enum | VertexType { POLICY_MATCH = 1, POLICY_ACTION = 2 } |
typedef PolicyGraphBase::vertex_descriptor | Vertex |
typedef PolicyGraphBase::edge_descriptor | Edge |
![]() | |
adjacency_iterator | begin (PolicyGraph *graph) |
adjacency_iterator | end (PolicyGraph *graph) |
PolicyGraphVertex * | parent_vertex (PolicyGraph *graph) |
PolicyGraphEdge * | in_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 |
![]() | |
boost::intrusive::list_member_hook | open_vertex_ |
Definition at line 10 of file policy_action.h.
|
inlineprivatevirtual |
Reimplemented in PolicyActionReject, and PolicyActionAccept.
Definition at line 19 of file policy_action.h.
|
inlineprivatevirtual |
Reimplemented in PolicyActionReject, and PolicyActionAccept.
Definition at line 15 of file policy_action.h.
|
inlineprivatevirtual |
Definition at line 11 of file policy_action.h.