Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Experimental::RAttrMap::IntValue_t Class Reference

Definition at line 84 of file RAttrMap.hxx.

Public Member Functions

 IntValue_t (int _v=0)
bool CanConvertFrom (EValuesKind kind) const final
bool CanConvertTo (EValuesKind kind) const final
std::unique_ptr< Value_tCopy () const final
template<>
bool Get () const
template<typename T>
Get () const
bool GetBool () const final
double GetDouble () const final
int GetInt () const final
std::string GetString () const final
template<>
bool GetValue (const Value_t *rec)
bool IsEqual (const Value_t &tgt) const final
EValuesKind Kind () const final

Static Public Member Functions

template<typename RET_TYPE, typename MATCH_TYPE = void>
static RET_TYPE GetValue (const Value_t *rec)

Private Attributes

int v {0}
 integer value

#include <ROOT/RAttrMap.hxx>

Inheritance diagram for ROOT::Experimental::RAttrMap::IntValue_t:
ROOT::Experimental::RAttrMap::Value_t

Constructor & Destructor Documentation

◆ IntValue_t()

ROOT::Experimental::RAttrMap::IntValue_t::IntValue_t ( int _v = 0)
inline

Definition at line 87 of file RAttrMap.hxx.

Member Function Documentation

◆ CanConvertFrom()

bool ROOT::Experimental::RAttrMap::IntValue_t::CanConvertFrom ( EValuesKind kind) const
inlinefinalvirtual

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

Definition at line 89 of file RAttrMap.hxx.

◆ CanConvertTo()

bool ROOT::Experimental::RAttrMap::IntValue_t::CanConvertTo ( EValuesKind kind) const
inlinefinalvirtual

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

Definition at line 90 of file RAttrMap.hxx.

◆ Copy()

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

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

Definition at line 95 of file RAttrMap.hxx.

◆ Get() [1/2]

RColor RAttrMap::Value_t::Get< RColor > ( ) const
inherited

Definition at line 23 of file RAttrMap.cxx.

◆ Get() [2/2]

template<typename T>
T ROOT::Experimental::RAttrMap::Value_t::Get ( ) const
inherited

◆ GetBool()

bool ROOT::Experimental::RAttrMap::IntValue_t::GetBool ( ) const
inlinefinalvirtual

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

Definition at line 91 of file RAttrMap.hxx.

◆ GetDouble()

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

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

Definition at line 93 of file RAttrMap.hxx.

◆ GetInt()

int ROOT::Experimental::RAttrMap::IntValue_t::GetInt ( ) const
inlinefinalvirtual

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

Definition at line 92 of file RAttrMap.hxx.

◆ GetString()

std::string ROOT::Experimental::RAttrMap::IntValue_t::GetString ( ) const
inlinefinalvirtual

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

Definition at line 94 of file RAttrMap.hxx.

◆ GetValue() [1/2]

RColor RAttrMap::Value_t::GetValue< RColor, void > ( const Value_t * rec)
inherited

Definition at line 30 of file RAttrMap.cxx.

◆ GetValue() [2/2]

template<typename RET_TYPE, typename MATCH_TYPE = void>
RET_TYPE ROOT::Experimental::RAttrMap::Value_t::GetValue ( const Value_t * rec)
staticinherited

◆ IsEqual()

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

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

Definition at line 96 of file RAttrMap.hxx.

◆ Kind()

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

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

Definition at line 88 of file RAttrMap.hxx.

Member Data Documentation

◆ v

int ROOT::Experimental::RAttrMap::IntValue_t::v {0}
private

integer value

Definition at line 85 of file RAttrMap.hxx.


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