Search code examples
c++eclipseeclipse-cdt

Forcing eclipse to provide stubs for implementation of pure virtual functions in a derived class


The use case in Eclipse:

C++ code as follows:

Create a new class Bar that inherits from class Foo

Class Foo has pure virtual functions.

Is there a way to force Eclipse to create stubs for the implementation of those pure virtual functions in the newly created derived class?


Solution

  • Keep an eye on https://bugs.eclipse.org/bugs/show_bug.cgi?id=303870 , or heck, help them implement it.