OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DBGraph::VertexPredicate Struct Reference
Collaboration diagram for DBGraph::VertexPredicate:

Public Member Functions

 VertexPredicate ()
 
 VertexPredicate (const DBGraph *graph, const VisitorFilter &filter)
 
bool operator() (const DBGraphVertex *entry) const
 

Private Attributes

const DBGraphgraph_
 
const VisitorFilterfilter_
 

Detailed Description

Definition at line 138 of file db_graph.cc.

Constructor & Destructor Documentation

DBGraph::VertexPredicate::VertexPredicate ( )
inline

Definition at line 139 of file db_graph.cc.

DBGraph::VertexPredicate::VertexPredicate ( const DBGraph graph,
const VisitorFilter filter 
)
inline

Definition at line 140 of file db_graph.cc.

Member Function Documentation

bool DBGraph::VertexPredicate::operator() ( const DBGraphVertex entry) const
inline

Definition at line 143 of file db_graph.cc.

Here is the call graph for this function:

Member Data Documentation

const VisitorFilter* DBGraph::VertexPredicate::filter_
private

Definition at line 151 of file db_graph.cc.

const DBGraph* DBGraph::VertexPredicate::graph_
private

Definition at line 150 of file db_graph.cc.


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