Rosetta
|
base class for data storable within a DataCache More...
#include <WriteableCacheableData.hh>
Public Member Functions | |
~WriteableCacheableData () override | |
virtual void | write (std::ostream &out) const =0 |
virtual std::string | datatype () const =0 |
WriteableCacheableDataOP | shared_from_this () |
![]() | |
CacheableDataCOP | get_self_ptr () const |
self pointers More... | |
CacheableDataOP | get_self_ptr () |
CacheableDataCAP | get_self_weak_ptr () const |
CacheableDataAP | get_self_weak_ptr () |
~CacheableData () override | |
virtual CacheableDataOP | clone () const =0 |
![]() | |
VirtualBase ()=default | |
Default constructor. More... | |
virtual | ~VirtualBase ()=default |
The virtual destructor is one of the main reasons for the VirtualBase class. More... | |
VirtualBase (VirtualBase const &)=default | |
VirtualBase (VirtualBase &&)=default | |
VirtualBase & | operator= (VirtualBase const &)=default |
VirtualBase & | operator= (VirtualBase &&)=default |
base class for data storable within a DataCache
|
overridedefault |
|
pure virtual |
WriteableCacheableDataOP basic::datacache::WriteableCacheableData::shared_from_this | ( | ) |
|
pure virtual |