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