Logo ROOT  
Reference Guide
ROOT::Experimental::RAttrMap::DoubleValue_t Class Reference

Definition at line 78 of file RAttrMap.hxx.

Public Member Functions

 DoubleValue_t (double _v=0)
 
std::unique_ptr< Value_tCopy () const final
 
double GetDouble () const final
 
bool IsEqual (const Value_t &tgt) const final
 
EValuesKind Kind () const final
 
- Public Member Functions inherited from ROOT::Experimental::RAttrMap::Value_t
virtual ~Value_t ()=default
 
virtual bool Compatible (EValuesKind kind) const
 
virtual std::unique_ptr< Value_tCopy () const =0
 
template<typename T >
Get () const
 
template<>
bool Get () const
 
virtual bool GetBool () const
 
virtual double GetDouble () const
 
virtual int GetInt () const
 
virtual std::string GetString () const
 
template<>
bool GetValue (const Value_t *rec)
 
virtual bool IsEqual (const Value_t &) const
 
virtual EValuesKind Kind () const =0
 

Private Attributes

double v {0}
 double value More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ROOT::Experimental::RAttrMap::Value_t
template<typename RET_TYPE , typename MATCH_TYPE = void>
static RET_TYPE GetValue (const Value_t *rec)
 

#include <ROOT/RAttrMap.hxx>

Inheritance diagram for ROOT::Experimental::RAttrMap::DoubleValue_t:
[legend]

Constructor & Destructor Documentation

◆ DoubleValue_t()

ROOT::Experimental::RAttrMap::DoubleValue_t::DoubleValue_t ( double  _v = 0)
inline

Definition at line 81 of file RAttrMap.hxx.

Member Function Documentation

◆ Copy()

std::unique_ptr< Value_t > ROOT::Experimental::RAttrMap::DoubleValue_t::Copy ( ) const
inlinefinalvirtual

Implements ROOT::Experimental::RAttrMap::Value_t.

Definition at line 84 of file RAttrMap.hxx.

◆ GetDouble()

double ROOT::Experimental::RAttrMap::DoubleValue_t::GetDouble ( ) const
inlinefinalvirtual

Reimplemented from ROOT::Experimental::RAttrMap::Value_t.

Definition at line 83 of file RAttrMap.hxx.

◆ IsEqual()

bool ROOT::Experimental::RAttrMap::DoubleValue_t::IsEqual ( const Value_t tgt) const
inlinefinalvirtual

Reimplemented from ROOT::Experimental::RAttrMap::Value_t.

Definition at line 85 of file RAttrMap.hxx.

◆ Kind()

EValuesKind ROOT::Experimental::RAttrMap::DoubleValue_t::Kind ( ) const
inlinefinalvirtual

Implements ROOT::Experimental::RAttrMap::Value_t.

Definition at line 82 of file RAttrMap.hxx.

Member Data Documentation

◆ v

double ROOT::Experimental::RAttrMap::DoubleValue_t::v {0}
private

double value

Definition at line 79 of file RAttrMap.hxx.


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