OpenSDN source code
|
Public Member Functions | |
GraphPropagateFilter (IFMapExporter *exporter, const IFMapTypenameWhiteList *type_filter, const BitSet &bitset) | |
bool | VertexFilter (const DBGraphVertex *vertex) const |
bool | EdgeFilter (const DBGraphVertex *source, const DBGraphVertex *target, const DBGraphEdge *edge) const |
const IFMapNodeState * | NodeStateLookup (const IFMapNode *node) const |
DBGraph::VisitorFilter::AllowedEdgeRetVal | AllowedEdges (const DBGraphVertex *vertex) const |
![]() | |
virtual | ~VisitorFilter () |
Private Attributes | |
IFMapExporter * | exporter_ |
const IFMapTypenameWhiteList * | type_filter_ |
const BitSet & | bset_ |
Additional Inherited Members | |
![]() | |
typedef std::set< std::string > | AllowedEdgeSet |
typedef std::pair< bool, AllowedEdgeSet > | AllowedEdgeRetVal |
Definition at line 30 of file ifmap_graph_walker.cc.
|
inline |
Definition at line 32 of file ifmap_graph_walker.cc.
|
inlinevirtual |
Reimplemented from DBGraph::VisitorFilter.
Definition at line 62 of file ifmap_graph_walker.cc.
|
inlinevirtual |
Reimplemented from DBGraph::VisitorFilter.
Definition at line 44 of file ifmap_graph_walker.cc.
|
inline |
|
inlinevirtual |
Reimplemented from DBGraph::VisitorFilter.
Definition at line 40 of file ifmap_graph_walker.cc.
|
private |
Definition at line 69 of file ifmap_graph_walker.cc.
|
private |
Definition at line 67 of file ifmap_graph_walker.cc.
|
private |
Definition at line 68 of file ifmap_graph_walker.cc.