Inheriting from classes with appended lists

David Nolden david.nolden.kdevelop at art-master.de
Thu Sep 8 17:17:25 UTC 2011


You can see a working example in the template-class
"SpecialTemplateDeclarationData", in
kdevelop/languages/cpp/cppduchain/templatedeclaration.h

The critical thing is that the initial macro for the appended list is
START_APPENDED_LISTS_BASE(Class, Base), where "Base" is the
base-class.

Greetings, David




More information about the KDevelop-devel mailing list