|
FreePOOMA
2.4.1
|
#include <Relations.h>
Public Member Functions | |
| RelationFunctionPtr1 (void(*f)(const L &, const R1 &)) | |
| RelationFunctionPtr1 (const RelationFunctionPtr1< L, R1 > &init, const L &) | |
| void | operator() (const L &l, const R1 &r1) |
| RelationFunctionPtr1< L, R1 >::RelationFunctionPtr1 | ( | void(*)(const L &, const R1 &) | f | ) | [inline] |
| RelationFunctionPtr1< L, R1 >::RelationFunctionPtr1 | ( | const RelationFunctionPtr1< L, R1 > & | init, |
| const L & | |||
| ) | [inline] |
| void RelationFunctionPtr1< L, R1 >::operator() | ( | const L & | l, |
| const R1 & | r1 | ||
| ) | [inline] |
1.7.6.1