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