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