Kanzi  3.9.8
Kanzi Engine C++ 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
 
voidowner
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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