INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
notify.h bool hasNotifyHandler() Returns TRUE is the notify handler has been set and FALSE otherwise. Definition: notify.h:66 void setNotifyHandler(NotifyHandler< Type > *handler) Definition: notify.h:86 The object which implements the callback function. Definition: notify.h:30 Base class for all GbxUtilAcfr exceptions. Definition: gbxutilacfr/exceptions.h:65 virtual void handleData(const Type &obj)=0 virtual void internalSet(const Type &obj) Reimplement this function for non-standard types. Definition: notify.h:108 NotifyHandler< Type > * handler_ Interface to the object which is notified of incoming data. Definition: notify.h:78 |