FreePOOMA  2.4.1
Public Member Functions
RelationFunctionPtr0< L > Class Template Reference

Relation functors supporting the use of function pointers. More...

#include <Relations.h>

List of all members.

Public Member Functions

 RelationFunctionPtr0 (void(*f)(const L &))
 RelationFunctionPtr0 (const RelationFunctionPtr0< L > &init, const L &)
void operator() (const L &l)

Detailed Description

template<class L>
class RelationFunctionPtr0< L >

Relation functors supporting the use of function pointers.


Constructor & Destructor Documentation

template<class L>
RelationFunctionPtr0< L >::RelationFunctionPtr0 ( void(*)(const L &)  f) [inline]
template<class L>
RelationFunctionPtr0< L >::RelationFunctionPtr0 ( const RelationFunctionPtr0< L > &  init,
const L &   
) [inline]

Member Function Documentation

template<class L>
void RelationFunctionPtr0< L >::operator() ( const L &  l) [inline]

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