FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | List of all members
Wizt::FishWharf Class Reference

Internal class to communicate information about saveable fishes from FishSavable to and from FishSaver objects. More...

#include <FishSaver.hpp>

Inheritance diagram for Wizt::FishWharf:
MemCore::ReferenceBase< FishWharf >

Public Member Functions

 FishWharf (FishSavable &MySaveable)
 Constructor, keeps the given reference to the saveable.
 
virtual ~FishWharf ()
 Cleanup destructor, called when the FishSaveable dies.
 
FishBait getBait () const
 Get the associated bait (from the FishSavable).
 
- Public Member Functions inherited from MemCore::ReferenceBase< FishWharf >
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< FishWharf >
typedef Object reference_domain_t
 
typedef WeakPtr< Object, Object > SelfPtr_t
 
- Protected Member Functions inherited from MemCore::ReferenceBase< FishWharf >
virtual void extremeUnction ()
 
ReferenceBaseoperator= (const ReferenceBase &R)
 
void suicide ()
 

Detailed Description

Internal class to communicate information about saveable fishes from FishSavable to and from FishSaver objects.

The FishSavable holds a strong pointer (StrongPtr) to the the FishWharf and the FishSaver holds a weak pointer (WeakPtr) to the same.

This class is not supposed to be used by the enduser.