Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
Fiber::SaveItem< ItemType > Class Template Reference

An interface object to signal a processOwner() function that some data item should be saved. More...

#include <SaveItem.hpp>

Inheritance diagram for Fiber::SaveItem< ItemType >:
MemCore::Interface< ItemType > MemCore::InterfaceBase MemCore::ReferenceBase< InterfaceBase >

Public Member Functions

 SaveItem (const ItemType &theItem)
Public Member Functions inherited from MemCore::Interface< ItemType >
const type_info & getInterfaceDomain () const
Public Member Functions inherited from MemCore::InterfaceBase
virtual bool apply (Intercube &I, const RefPtr< InterfaceIterationParameter > &)
virtual bool apply_const (const Intercube &I, const RefPtr< InterfaceIterationParameter > &)
Public Member Functions inherited from MemCore::ReferenceBase< InterfaceBase >
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 Attributes

ItemType myItem

Additional Inherited Members

Public Types inherited from MemCore::Interface< ItemType >
typedef Domain InterfaceDomain_t
Public Types inherited from MemCore::ReferenceBase< InterfaceBase >
typedef Object reference_domain_t
typedef WeakPtr< Object, Object > SelfPtr_t
Protected Member Functions inherited from MemCore::ReferenceBase< InterfaceBase >
virtual void extremeUnction ()
ReferenceBaseoperator= (const ReferenceBase &R)
void suicide ()

Detailed Description

template<class ItemType>
class Fiber::SaveItem< ItemType >

An interface object to signal a processOwner() function that some data item should be saved.

This function is called from CreativeArray::save() .

@TODO retire this class, it is same as InterfaceData and OwnershipBase::Item , basically.