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