ReactOS 0.4.15-dev-7934-g1dc8d80
Class Class Reference

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
 

Detailed Description

Definition at line 53 of file mfunptr_test.cpp.

Member Function Documentation

◆ f0()

int Class::f0 ( )

Definition at line 155 of file mfunptr_test.cpp.

156{return 0;}

Referenced by MemFunPtrTest::mem_ptr_fun().

◆ f0c()

int Class::f0c ( ) const

Definition at line 167 of file mfunptr_test.cpp.

168{return 0;}

Referenced by MemFunPtrTest::mem_ptr_fun().

◆ f1()

int Class::f1 ( const S1 )

Definition at line 158 of file mfunptr_test.cpp.

159{return 1;}

Referenced by MemFunPtrTest::mem_ptr_fun().

◆ f1c()

int Class::f1c ( const S1 ) const

Definition at line 170 of file mfunptr_test.cpp.

171{return 1;}

Referenced by MemFunPtrTest::mem_ptr_fun().

◆ vf0()

void Class::vf0 ( )

Definition at line 161 of file mfunptr_test.cpp.

162{}

Referenced by MemFunPtrTest::mem_ptr_fun().

◆ vf0c()

void Class::vf0c ( ) const

Definition at line 173 of file mfunptr_test.cpp.

174{}

Referenced by MemFunPtrTest::mem_ptr_fun().

◆ vf1()

void Class::vf1 ( const S1 )

Definition at line 164 of file mfunptr_test.cpp.

165{}

Referenced by MemFunPtrTest::mem_ptr_fun().

◆ vf1c()

void Class::vf1c ( const S1 ) const

Definition at line 176 of file mfunptr_test.cpp.

177{}

Referenced by MemFunPtrTest::mem_ptr_fun().


The documentation for this class was generated from the following file: