Not Implemented Functions

Last modified: Last modified: 18 September 2025

Reports the functions that were declared in a class but have no implementations.

Example:

class Test { public: void setUp(); };

Inspection ID: NotImplementedFunctions