kopete/libkopete
Kopete::Properties::SimplePropertyData< T > Struct Template Reference
#include <kopeteproperties.h>
Inheritance diagram for Kopete::Properties::SimplePropertyData< T >:
Public Member Functions | |
SimplePropertyData () | |
Public Member Functions inherited from Kopete::Properties::PropertyData | |
virtual | ~PropertyData () |
Public Attributes | |
T | value |
Detailed Description
template<typename T>
struct Kopete::Properties::SimplePropertyData< T >
Convenience implementation of a PropertyData subclass which stores a single datum.
If a Property needs to store only a single value in an object, using this class is simpler than deriving from PropertyData yourself. The value will be default-constructed (which means for numeric types and pointers it will be set to 0).
Definition at line 274 of file kopeteproperties.h.
Constructor & Destructor Documentation
template<typename T >
|
inline |
Definition at line 276 of file kopeteproperties.h.
Member Data Documentation
template<typename T >
T Kopete::Properties::SimplePropertyData< T >::value |
Definition at line 277 of file kopeteproperties.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.