![]() |
Rosetta Utilities
2014.16.56682
|
Wrapper for a map< string, string >. More...
#include <CacheableStringMap.hh>
Public Member Functions | |
| CacheableStringMap () | |
| virtual | ~CacheableStringMap () |
| virtual CacheableDataOP | clone () const |
| virtual std::map< std::string, std::string > & | map () |
| virtual const std::map < std::string, std::string > & | map () const |
Public Member Functions inherited from basic::datacache::CacheableData | |
| virtual | ~CacheableData () |
Public Member Functions inherited from utility::pointer::ReferenceCount | |
| void | ctor () |
| virtual | ~ReferenceCount () |
| Destructor. More... | |
| Size | ref_count () const |
| Reference count. More... | |
Private Attributes | |
| std::map< std::string, std::string > | map_ |
Additional Inherited Members | |
Public Types inherited from utility::pointer::ReferenceCount | |
| typedef platform::Size | Size |
| typedef platform::Size | size_type |
Protected Member Functions inherited from utility::pointer::ReferenceCount | |
| ReferenceCount () | |
| Default constructor. More... | |
| ReferenceCount (ReferenceCount const &) | |
| Copy constructor. More... | |
| ReferenceCount & | operator= (ReferenceCount const &) |
| Copy assignment. More... | |
Wrapper for a map< string, string >.
|
inline |
Referenced by clone().
|
inlinevirtual |
|
inlinevirtual |
Implements basic::datacache::CacheableData.
References CacheableStringMap().
|
inlinevirtual |
References map_.
|
inlinevirtual |
References map_.
|
private |
Referenced by map().
1.8.7