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

Definition at line 58 of file RAttrMap.hxx.

Public Member Functions

 BoolValue_t (bool _v=false)
 
std::unique_ptr< Value_tCopy () const final
 
bool GetBool () 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

bool v {false}
 integer 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::BoolValue_t:
[legend]

Constructor & Destructor Documentation

◆ BoolValue_t()

ROOT::Experimental::RAttrMap::BoolValue_t::BoolValue_t ( bool  _v = false)
inlineexplicit

Definition at line 61 of file RAttrMap.hxx.

Member Function Documentation

◆ Copy()

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

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

Definition at line 64 of file RAttrMap.hxx.

◆ GetBool()

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

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

Definition at line 63 of file RAttrMap.hxx.

◆ IsEqual()

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

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

Definition at line 65 of file RAttrMap.hxx.

◆ Kind()

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

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

Definition at line 62 of file RAttrMap.hxx.

Member Data Documentation

◆ v

bool ROOT::Experimental::RAttrMap::BoolValue_t::v {false}
private

integer value

Definition at line 59 of file RAttrMap.hxx.


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