FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | List of all members
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:
MemCore::ReferenceBase< Notifier >

Public Member Functions

virtual void notifyChange (const Bundle &B)=0
 
- Public Member Functions inherited from MemCore::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 MemCore::ReferenceBase< Notifier >
typedef Object reference_domain_t
 
typedef WeakPtr< Object, Object > SelfPtr_t
 
- Protected Member Functions inherited from MemCore::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.