FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | Protected Attributes | List of all members

Base class to allow binding a Fiber Bundle data structure to some storage device, similar to swapping data from in and out of memory. More...

#include <BinderBase.hpp>

Inheritance diagram for Fiber::BinderBase:
MemCore::ReferenceBase< BinderBase > Fiber::Binder Fiber::HDF5Binder

Public Member Functions

 BinderBase (const std::string &url)
 
const std::string & getUrl () const
 
- Public Member Functions inherited from MemCore::ReferenceBase< BinderBase >
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
 

Protected Attributes

std::string url
 

Additional Inherited Members

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

Detailed Description

Base class to allow binding a Fiber Bundle data structure to some storage device, similar to swapping data from in and out of memory.