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 Reference A data pipe with callback semantics. More...
Detailed Descriptiontemplate<class Type> class gbxiceutilacfr::Notify< Type > A data pipe with callback semantics. Write new data with Notify::set. The data is delivered to the data handler by calling NotifyHandler::handleData in the registered NotifyHandler. When used with smart pointers (e.g. IceUtil smart pointers), this class will not perform a deep copy.
Member Function Documentation◆ set()
template<class Type >
Forwards the ◆ setNotifyHandler()
template<class Type >
Sets internal link to the notify handler. If the provided pointer is NULL, the internal link is quietly not set. The documentation for this class was generated from the following file: |