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

#include <kanzi/core/property/property_type_descriptor.hpp>

Public Member Functions

bool operator== (const TypedNotificationEntry &other) const
 
 TypedNotificationEntry (NotificationCallback notificationCallback, void *owner)
 

Public Attributes

NotificationCallback notificationCallback
 
void * owner
 

Constructor & Destructor Documentation

◆ TypedNotificationEntry()

template<typename T >
kanzi::PropertyTypeDescriptor< T >::TypedNotificationEntry::TypedNotificationEntry ( NotificationCallback  notificationCallback,
void *  owner 
)
inlineexplicit

Member Function Documentation

◆ operator==()

template<typename T >
bool kanzi::PropertyTypeDescriptor< T >::TypedNotificationEntry::operator== ( const TypedNotificationEntry other) const
inline

Member Data Documentation

◆ notificationCallback

template<typename T >
NotificationCallback kanzi::PropertyTypeDescriptor< T >::TypedNotificationEntry::notificationCallback

◆ owner

template<typename T >
void* kanzi::PropertyTypeDescriptor< T >::TypedNotificationEntry::owner

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