cppcheck/CheckClass.h

18 lines
451 B
C
Raw Normal View History

//---------------------------------------------------------------------------
#ifndef CheckClassH
#define CheckClassH
//---------------------------------------------------------------------------
void CheckConstructors();
void CheckUnusedPrivateFunctions();
void CheckMemset();
void CheckOperatorEq1(); // Warning upon "void operator=(.."
//---------------------------------------------------------------------------
#endif