kdevplatform/language/duchain
KDevelop::TypeSystemRegistrator< T, Data > Struct Template Reference
#include <typeregister.h>
Public Member Functions | |
TypeSystemRegistrator () | |
~TypeSystemRegistrator () | |
Detailed Description
template<class T, class Data = typename T::Data>
struct KDevelop::TypeSystemRegistrator< T, Data >
Helper class to register an AbstractType subclass.
Just use the REGISTER_TYPE(YourTypeClass) macro in your code, and you're done.
Definition at line 198 of file typeregister.h.
Constructor & Destructor Documentation
◆ TypeSystemRegistrator()
template<class T , class Data = typename T::Data>
|
inline |
Definition at line 200 of file typeregister.h.
◆ ~TypeSystemRegistrator()
template<class T , class Data = typename T::Data>
|
inline |
Definition at line 204 of file typeregister.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Jan 21 2021 23:35:47 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Jan 21 2021 23:35:47 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.