INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
gbxiceutilacfr::Notify< Type > Class Template ReferenceA data pipe with callback semantics. More...
Detailed Descriptiontemplate<class Type>
A data pipe with callback semantics.
|
void gbxiceutilacfr::Notify< Type >::set | ( | const Type & | obj | ) | [inline] |
Forwards the obj
to the data handler. Raises gbxutilacfr::Exception if the function is called when a notify handler has not been set.
References gbxiceutilacfr::Notify< Type >::internalSet().
void gbxiceutilacfr::Notify< Type >::setNotifyHandler | ( | NotifyHandler< Type > * | handler | ) | [inline] |
Sets internal link to the notify handler. If the provided pointer is NULL, the internal link is quietly not set.
References gbxiceutilacfr::Notify< Type >::handler_.