def_inherited

Controls the use of inherited.

Syntax
  #pragma def_inherited on | off | reset   
Remarks

The use of this pragma is deprecated. It lets you use the non-standard inherited symbol in C++ programming by implicitly adding

  typedef base inherited;   

as the first member in classes with a single base class.

Note: The ISO/IEC 14882-2003 C++ standard does not support the inherited symbol. Only the CodeWarrior C++ language implements the inherited symbol for single inheritance.