Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
Fiber::Bundle::Notifier Struct Referenceabstract

Mechanism to have notifier objects listening to changes on the Bundle, whatever nature those changes might be. More...

#include <Bundle.hpp>

Inheritance diagram for Fiber::Bundle::Notifier:
Wizt::ReferenceBase< Notifier >

Public Member Functions

virtual void notifyChange (const Bundle &B)=0
Public Member Functions inherited from Wizt::ReferenceBase< Notifier >
auto getObjectCountID () const noexcept
bool isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept
void mkAutoDestructive ()
refcount_t refcount () const noexcept
 ReferenceBase (Object *that) noexcept
const auto & self () const
refcount_t wrefcount () const noexcept

Additional Inherited Members

Public Types inherited from Wizt::ReferenceBase< Notifier >
typedef Object reference_domain_t
typedef WeakPtr< Object, Object > SelfPtr_t
Protected Member Functions inherited from Wizt::ReferenceBase< Notifier >
virtual void extremeUnction ()
ReferenceBaseoperator= (const ReferenceBase &R)
void suicide ()

Detailed Description

Mechanism to have notifier objects listening to changes on the Bundle, whatever nature those changes might be.