18 lines
451 B
C
18 lines
451 B
C
//---------------------------------------------------------------------------
|
|
#ifndef CheckClassH
|
|
#define CheckClassH
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
|
void CheckConstructors();
|
|
|
|
void CheckUnusedPrivateFunctions();
|
|
|
|
void CheckMemset();
|
|
|
|
void CheckOperatorEq1(); // Warning upon "void operator=(.."
|
|
|
|
//---------------------------------------------------------------------------
|
|
#endif
|
|
|