Rosetta
|
Wrapper for a map< string, string >. More...
#include <CacheableStringMap.hh>
Public Member Functions | |
CacheableStringMap () | |
~CacheableStringMap () override | |
CacheableDataOP | clone () const override |
virtual std::map< std::string, std::string > & | map () |
virtual const std::map< std::string, std::string > & | map () const |
CacheableStringMapOP | 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::map< std::string, std::string > | map_ |
Wrapper for a map< string, string >.
basic::datacache::CacheableStringMap::CacheableStringMap | ( | ) |
|
overridedefault |
|
overridevirtual |
Implements basic::datacache::CacheableData.
|
virtual |
References map_.
|
virtual |
References map_.
CacheableStringMapOP basic::datacache::CacheableStringMap::shared_from_this | ( | ) |
|
private |
Referenced by map().