Rosetta
Public Member Functions | Private Attributes | List of all members
basic::datacache::CacheableStringMap Class Reference

Wrapper for a map< string, string >. More...

#include <CacheableStringMap.hh>

Inheritance diagram for basic::datacache::CacheableStringMap:
Inheritance graph
[legend]

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 ()
 
- Public Member Functions inherited from basic::datacache::CacheableData
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
 
- Public Member Functions inherited from utility::VirtualBase
 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
 
VirtualBaseoperator= (VirtualBase const &)=default
 
VirtualBaseoperator= (VirtualBase &&)=default
 

Private Attributes

std::map< std::string, std::string > map_
 

Detailed Description

Wrapper for a map< string, string >.

Constructor & Destructor Documentation

◆ CacheableStringMap()

basic::datacache::CacheableStringMap::CacheableStringMap ( )

◆ ~CacheableStringMap()

basic::datacache::CacheableStringMap::~CacheableStringMap ( )
overridedefault

Member Function Documentation

◆ clone()

CacheableDataOP basic::datacache::CacheableStringMap::clone ( ) const
overridevirtual

◆ map() [1/2]

std::map< std::string, std::string > & basic::datacache::CacheableStringMap::map ( )
virtual

References map_.

◆ map() [2/2]

std::map< std::string, std::string > const & basic::datacache::CacheableStringMap::map ( ) const
virtual

References map_.

◆ shared_from_this()

CacheableStringMapOP basic::datacache::CacheableStringMap::shared_from_this ( )

Member Data Documentation

◆ map_

std::map< std::string, std::string > basic::datacache::CacheableStringMap::map_
private

Referenced by map().


The documentation for this class was generated from the following files: