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 45 of file sharedvaluepool_p.h.
Member Function Documentation
template<typename T, template< typename > class Container>
T Akonadi::Internal::SharedValuePool< T, Container >::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: