Rosetta
|
Wrapper for std::string. More...
#include <CacheableString.hh>
Public Member Functions | |
CacheableString (std::string const &str) | |
~CacheableString () override | |
CacheableDataOP | clone () const override |
virtual std::string const & | str () const |
CacheableStringOP | 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 | |
![]() | |
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 |
Private Attributes | |
std::string | str_ |
Wrapper for std::string.
basic::datacache::CacheableString::CacheableString | ( | std::string const & | str | ) |
|
overridedefault |
|
overridevirtual |
Implements basic::datacache::CacheableData.
CacheableStringOP basic::datacache::CacheableString::shared_from_this | ( | ) |
|
virtual |
References str_.
|
private |
Referenced by str().