akonadi
Akonadi::Internal::SharedValuePool< T, Container > Class Template Reference
#include <sharedvaluepool_p.h>
Inheritance diagram for Akonadi::Internal::SharedValuePool< T, Container >:
Public Member Functions | |
T | sharedValue (const T &value) |
Detailed Description
template<typename T, template< typename > class Container>
class Akonadi::Internal::SharedValuePool< T, Container >
Pool of implicitly shared values, use for optimizing memory use when having a large amount of copies from a small set of different values.
Definition at line 50 of file sharedvaluepool_p.h.
Member Function Documentation
template<typename T, template< typename > class Container>
|
inline |
Returns the shared value equal to value
.
Definition at line 66 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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.