Files Classes Functions Hierarchy
#include <fnobjTfn.h>
Public Types | |
| typedef A0(T::* | Fptr )(A1, A2) const |
Public Member Functions | |
| fnobj2constTfn (T &data_, Fptr fn_) | |
| A0 | operator() (A1 arg1, A2 arg2) const |
Public Attributes | |
| T * | data |
| Fptr | fn |
Definition at line 117 of file fnobjTfn.h.
| typedef A0(T::* fnobj2constTfn< T, A0, A1, A2 >::Fptr)(A1, A2) const |
| fnobj2constTfn< T, A0, A1, A2 >::fnobj2constTfn | ( | T & | data_, | |
| Fptr | fn_ | |||
| ) | [inline] |
| A0 fnobj2constTfn< T, A0, A1, A2 >::operator() | ( | A1 | arg1, | |
| A2 | arg2 | |||
| ) | const [inline, virtual] |
Implements fnobj2const< A0, A1, A2 >.
Definition at line 128 of file fnobjTfn.h.
References fnobj2constTfn< T, A0, A1, A2 >::data, and fnobj2constTfn< T, A0, A1, A2 >::fn.
| T* fnobj2constTfn< T, A0, A1, A2 >::data |
Definition at line 121 of file fnobjTfn.h.
Referenced by fnobj2constTfn< T, A0, A1, A2 >::operator()().
| Fptr fnobj2constTfn< T, A0, A1, A2 >::fn |
Definition at line 123 of file fnobjTfn.h.
Referenced by fnobj2constTfn< T, A0, A1, A2 >::operator()().
1.5.8