|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Base class for objects that may own domain-specific objects. More...
#include <Ownable.hpp>
Classes | |
| class | PassThrough |
Public Member Functions | |
| void | recognizeOwnership (MemCore::Intercube &Output) |
Public Member Functions inherited from MemCore::ReferenceBase< Container > | |
| 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 |
Public Member Functions inherited from Fiber::OwnerBase | |
| virtual bool | processOwnership (MemCore::Intercube &Output, const MemCore::Intercube &Input) const =0 |
| Hierarchically broadcast some activity to all Owners. | |
| bool | processOwnership (MemCore::Intercube &OutputAndInput) const |
| Process ownership where the input information is shared with the output information in the same Intercube. | |
| virtual void | x_updateOwnershipAge (const MemCore::Ageable &)=0 |
| Update all owners with the given age (Ageable::update() ). | |
Static Public Member Functions | |
| static MemCore::WeakPtr< Container > | getOwnershipPassThroughItem (const MemCore::Intercube &Ic) |
Additional Inherited Members | |
Public Types inherited from MemCore::ReferenceBase< Container > | |
| typedef Object | reference_domain_t |
| typedef WeakPtr< Object, Object > | SelfPtr_t |
Public Types inherited from Fiber::OwnerBase | |
| template<class ItemType > | |
| using | Item = MemCore::InterfaceData< ItemType > |
| An optional convenience class that allows to easily add arbitrary types to Intercubes . | |
Protected Member Functions inherited from MemCore::ReferenceBase< Container > | |
| virtual void | extremeUnction () |
| ReferenceBase & | operator= (const ReferenceBase &R) |
| void | suicide () |