|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
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>
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 () |
| ReferenceBase & | operator= (const ReferenceBase &R) |
| void | suicide () |