Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
basic::datacache::CacheableStringFloatMap Class Reference

Wrapper for std::map< std::string, float > More...

#include <CacheableStringFloatMap.hh>

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

Public Member Functions

 CacheableStringFloatMap ()
 
virtual ~CacheableStringFloatMap ()
 
virtual CacheableDataOP clone () const
 
virtual std::map< std::string,
float > & 
map ()
 
virtual const std::map
< std::string, float > & 
map () const
 
- 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 ()
 
virtual ~CacheableData ()
 
- Public Member Functions inherited from utility::pointer::ReferenceCount
 ReferenceCount ()
 Default constructor. More...
 
virtual ~ReferenceCount ()
 

Private Attributes

std::map< std::string, floatmap_
 

Additional Inherited Members

- Public Types inherited from utility::pointer::ReferenceCount
typedef platform::Size Size
 
typedef platform::Size size_type
 

Detailed Description

Wrapper for std::map< std::string, float >

Constructor & Destructor Documentation

basic::datacache::CacheableStringFloatMap::CacheableStringFloatMap ( )
inline

Referenced by clone().

virtual basic::datacache::CacheableStringFloatMap::~CacheableStringFloatMap ( )
inlinevirtual

Member Function Documentation

virtual CacheableDataOP basic::datacache::CacheableStringFloatMap::clone ( ) const
inlinevirtual
virtual std::map< std::string, float >& basic::datacache::CacheableStringFloatMap::map ( )
inlinevirtual

References map_.

virtual const std::map< std::string, float >& basic::datacache::CacheableStringFloatMap::map ( ) const
inlinevirtual

References map_.

Member Data Documentation

std::map< std::string, float > basic::datacache::CacheableStringFloatMap::map_
private

Referenced by map().


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