Kanzi  3.9.6
Kanzi Engine API
kanzi::PropertyTypeDescriptor< T >::TypedNotificationStorage::CleanupFunctor Struct Reference

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

TypedNotificationStoragem_storage
 Storage to clean. More...
 

Detailed Description

template<typename T>
struct kanzi::PropertyTypeDescriptor< T >::TypedNotificationStorage::CleanupFunctor

Functor for cleaning up stale notification entries.

Constructor & Destructor Documentation

◆ CleanupFunctor()

template<typename T >
kanzi::PropertyTypeDescriptor< T >::TypedNotificationStorage::CleanupFunctor::CleanupFunctor ( TypedNotificationStorage storage)
inlineexplicit

Constructor.

Member Function Documentation

◆ operator()()

template<typename T >
void kanzi::PropertyTypeDescriptor< T >::TypedNotificationStorage::CleanupFunctor::operator() ( )
inline

Call operator.

Member Data Documentation

◆ m_storage

template<typename T >
TypedNotificationStorage& kanzi::PropertyTypeDescriptor< T >::TypedNotificationStorage::CleanupFunctor::m_storage

Storage to clean.


The documentation for this struct was generated from the following file: