KMakeTypeList Struct Reference
#include <ktypelist.h>
Public Types | |
| typedef KTypeList< T1, TailResult > | Result |
Detailed Description
This class template implements a compile-time algorithm for generating typelists.
KMakeTypeList the preferred way to create a typelist for you. You can specify up to 18 types for the typelist. This template class calculates the desired typelist and stores it in the nested Result typedef. Example:
typedef KMakeTypeList<MyType1,MyWidget,MyQobject,MyKoffice>::Result Products; K_EXPORT_COMPONENT_FACTORY( libmyplugin, KGenericFactory<Products> )
Member Typedef Documentation
| typedef KTypeList<T1, TailResult> KMakeTypeList::Result |
The resulting KTypeList calculated by this compile-time algorithm.
Definition at line 602 of file ktypelist.h.
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference