|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Mechanism to have notifier objects listening to changes on the Bundle, whatever nature those changes might be. More...
#include <Bundle.hpp>
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 () |
| ReferenceBase & | operator= (const ReferenceBase &R) |
| void | suicide () |
Mechanism to have notifier objects listening to changes on the Bundle, whatever nature those changes might be.