OpenSDN source code
|
#include <policy_edge.h>
Private Member Functions | |
virtual bool | IsNilMatch () |
Additional Inherited Members | |
![]() | |
typedef PolicyGraphBase::edge_descriptor | Edge |
typedef PolicyGraphBase::vertex_descriptor | Vertex |
![]() | |
PolicyGraphEdge (Edge edge_id) | |
Edge | edge_id () const |
PolicyGraphVertex * | source (PolicyGraph *graph) |
const PolicyGraphVertex * | source (PolicyGraph *graph) const |
PolicyGraphVertex * | target (PolicyGraph *graph) |
const PolicyGraphVertex * | target (PolicyGraph *graph) const |
virtual bool | IsMatchValue () |
virtual bool | IsNextFeed () |
bool | operator== (const PolicyGraphEdge &rhs) const |
virtual bool | IsSame (const PolicyGraphEdge &rhs) const =0 |
virtual bool | IsLess (const PolicyGraphEdge &rhs) const =0 |
bool | operator< (const PolicyGraphEdge &rhs) const |
Definition at line 73 of file policy_edge.h.
|
inlineprivatevirtual |
Reimplemented from PolicyGraphEdge.
Definition at line 74 of file policy_edge.h.