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

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

#include <DiagnosticData.hh>

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

Public Member Functions

 DiagnosticData (std::map< std::string, double > data_in)
 
 ~DiagnosticData () override
 
CacheableDataOP clone () const override
 
virtual std::map< std::string,
double > const & 
data () const
 
DiagnosticDataOP 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::pointer::ReferenceCount
 ReferenceCount ()
 Default constructor. More...
 
virtual ~ReferenceCount ()
 

Private Attributes

std::map< std::string, doubledata_
 

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<string, Real>

Constructor & Destructor Documentation

basic::datacache::DiagnosticData::DiagnosticData ( std::map< std::string, double data_in)

Referenced by clone().

basic::datacache::DiagnosticData::~DiagnosticData ( )
overridedefault

Member Function Documentation

CacheableDataOP basic::datacache::DiagnosticData::clone ( ) const
overridevirtual
std::map< std::string, double > const & basic::datacache::DiagnosticData::data ( ) const
virtual

References data_.

DiagnosticDataOP basic::datacache::DiagnosticData::shared_from_this ( )

Member Data Documentation

std::map< std::string, double > basic::datacache::DiagnosticData::data_
private

Referenced by data().


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