kpimutils
KPIMUtils::SuperClass Struct Reference
#include <supertrait.h>
Inheritance diagram for KPIMUtils::SuperClass:

Detailed Description
Type trait to provide information about a base class for a given class.
Used eg. for the Akonadi payload mechanism.
To provide base class introspection for own types, extend this trait as follows:
namespace KPIMUtils { template <> struct SuperClass<MyClass> : public SuperClassTrait<MyBaseClass>{}; }
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu Aug 2 2012 15:24:44 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu Aug 2 2012 15:24:44 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.