functor_caller< functor, Tag > Struct Template Reference
#include <mol_graph.h>
Public Types | |
| typedef Tag | event_filter |
Public Member Functions | |
| functor_caller (functor f) | |
| template<class T , class Graph > | |
| void | operator() (T t, const Graph &g) |
Public Attributes | |
| functor | m_func |
template<class functor, class Tag>
struct boost::functor_caller< functor, Tag >
Member Typedef Documentation
| typedef Tag event_filter |
Constructor & Destructor Documentation
| functor_caller | ( | functor | f | ) | [inline] |
Member Function Documentation
| void operator() | ( | T | t, | |
| const Graph & | g | |||
| ) | [inline] |
Member Data Documentation
| functor m_func |
Referenced by functor_caller< functor, Tag >::operator()().
The documentation for this struct was generated from the following file:


