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