ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
Prompt::VarEntry Class Reference

#include <VarHolder.h>

Collaboration diagram for Prompt::VarEntry:

Public Member Functions

 VarEntry ()
 
 VarEntry (unsigned key, double value)
 
 ~VarEntry ()
 
unsigned getKey () const
 
double getVar () const
 
double getData () const
 

Private Attributes

uint32_t m_fKey
 
double m_fData
 

Detailed Description

Definition at line 89 of file VarHolder.h.

Constructor & Destructor Documentation

◆ VarEntry() [1/2]

Prompt::VarEntry::VarEntry ( )
inline

Definition at line 161 of file VarHolder.h.

161  {
162  return lhs.getKey() == rhs.getKey();
163  }

◆ VarEntry() [2/2]

Prompt::VarEntry::VarEntry ( unsigned  key,
double  value 
)

◆ ~VarEntry()

Prompt::VarEntry::~VarEntry ( )
inline

Definition at line 95 of file VarHolder.h.

Member Function Documentation

◆ getData()

double Prompt::VarEntry::getData ( ) const
inline

Definition at line 99 of file VarHolder.h.

102 {

◆ getKey()

unsigned Prompt::VarEntry::getKey ( ) const
inline

Definition at line 97 of file VarHolder.h.

◆ getVar()

double Prompt::VarEntry::getVar ( ) const
inline

Definition at line 98 of file VarHolder.h.

102 {

Member Data Documentation

◆ m_fData

double Prompt::VarEntry::m_fData
private

Definition at line 104 of file VarHolder.h.

◆ m_fKey

uint32_t Prompt::VarEntry::m_fKey
private

Definition at line 103 of file VarHolder.h.


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