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: