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