Functor for cleaning up stale notification entries. More...
#include <kanzi/core/property/property_type_descriptor.hpp>
Public Member Functions | |
CleanupFunctor (TypedNotificationStorage &storage) | |
Constructor. | |
void | operator() () |
Call operator. | |
Public Attributes | |
TypedNotificationStorage & | m_storage |
Storage to clean. | |
Functor for cleaning up stale notification entries.
|
inlineexplicit |
Constructor.
|
inline |
Call operator.
TypedNotificationStorage& kanzi::PropertyTypeDescriptor< T >::TypedNotificationStorage::CleanupFunctor::m_storage |
Storage to clean.