|
FreePOOMA
2.4.1
|
Relation functors supporting the use of function pointers. More...
#include <Relations.h>
Public Member Functions | |
| RelationFunctionPtr0 (void(*f)(const L &)) | |
| RelationFunctionPtr0 (const RelationFunctionPtr0< L > &init, const L &) | |
| void | operator() (const L &l) |
Relation functors supporting the use of function pointers.
| RelationFunctionPtr0< L >::RelationFunctionPtr0 | ( | void(*)(const L &) | f | ) | [inline] |
| RelationFunctionPtr0< L >::RelationFunctionPtr0 | ( | const RelationFunctionPtr0< L > & | init, |
| const L & | |||
| ) | [inline] |
| void RelationFunctionPtr0< L >::operator() | ( | const L & | l | ) | [inline] |
1.7.6.1