ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
always_true_predicate< Vertex, Graph > Struct Template Reference

helper predicate for clearSuccessors function, always returns true More...

#include <SqliteDatabaseGraph.h>

Public Member Functions

 always_true_predicate (Vertex u, const Graph &g)
 
template<class Edge >
bool operator() (const Edge &e) const
 

Detailed Description

template<typename Vertex, typename Graph>
struct always_true_predicate< Vertex, Graph >

helper predicate for clearSuccessors function, always returns true

Definition at line 631 of file SqliteDatabaseGraph.h.

Constructor & Destructor Documentation

template<typename Vertex, typename Graph>
always_true_predicate< Vertex, Graph >::always_true_predicate ( Vertex  u,
const Graph &  g 
)
inline

Definition at line 632 of file SqliteDatabaseGraph.h.

Member Function Documentation

template<typename Vertex, typename Graph>
template<class Edge >
bool always_true_predicate< Vertex, Graph >::operator() ( const Edge e) const
inline

Definition at line 634 of file SqliteDatabaseGraph.h.


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