ReactOS 0.4.16-dev-320-g3bd9ddc
|
Public Member Functions | |
int | f0 () |
int | f1 (const S1 &) |
void | vf0 () |
void | vf1 (const S1 &) |
int | f0c () const |
int | f1c (const S1 &) const |
void | vf0c () const |
void | vf1c (const S1 &) const |
Definition at line 53 of file mfunptr_test.cpp.
int Class::f0 | ( | ) |
Definition at line 155 of file mfunptr_test.cpp.
Referenced by MemFunPtrTest::mem_ptr_fun().
int Class::f0c | ( | ) | const |
Definition at line 167 of file mfunptr_test.cpp.
Referenced by MemFunPtrTest::mem_ptr_fun().
Definition at line 158 of file mfunptr_test.cpp.
Referenced by MemFunPtrTest::mem_ptr_fun().
Definition at line 170 of file mfunptr_test.cpp.
Referenced by MemFunPtrTest::mem_ptr_fun().
void Class::vf0 | ( | ) |
void Class::vf0c | ( | ) | const |