|
OpenSDN source code
|
#include <policy_edge.h>


Private Member Functions | |
| virtual bool | IsNextFeed () |
Additional Inherited Members | |
Public Types inherited from PolicyGraphEdge | |
| typedef PolicyGraphBase::edge_descriptor | Edge |
| typedef PolicyGraphBase::vertex_descriptor | Vertex |
Public Member Functions inherited from PolicyGraphEdge | |
| 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 | IsNilMatch () |
| 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 67 of file policy_edge.h.
|
inlineprivatevirtual |
Reimplemented from PolicyGraphEdge.
Definition at line 68 of file policy_edge.h.