akonadi
Akonadi::Internal::SharedValuePool Class Reference
#include <sharedvaluepool_p.h>
Inheritance diagram for Akonadi::Internal::SharedValuePool:

Public Member Functions | |
T | sharedValue (const T &value) |
Detailed Description
Pool of implicitly shared values, use for optimizing memory use when having a large amount of copies from a small set of different values.
Member Function Documentation
T Akonadi::Internal::SharedValuePool::sharedValue | ( | const T & | value | ) | [inline] |
Returns the shared value equal to value
.
Definition at line 61 of file sharedvaluepool_p.h.
The documentation for this class 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:25:23 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:25:23 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.