#include <VarHolder.h>
Definition at line 89 of file VarHolder.h.
◆ VarEntry() [1/2]
Prompt::VarEntry::VarEntry |
( |
| ) |
|
|
inline |
Definition at line 161 of file VarHolder.h.
162 return lhs.getKey() == rhs.getKey();
◆ VarEntry() [2/2]
Prompt::VarEntry::VarEntry |
( |
unsigned |
key, |
|
|
double |
value |
|
) |
| |
◆ ~VarEntry()
Prompt::VarEntry::~VarEntry |
( |
| ) |
|
|
inline |
◆ getData()
double Prompt::VarEntry::getData |
( |
| ) |
const |
|
inline |
◆ getKey()
unsigned Prompt::VarEntry::getKey |
( |
| ) |
const |
|
inline |
◆ getVar()
double Prompt::VarEntry::getVar |
( |
| ) |
const |
|
inline |
◆ m_fData
double Prompt::VarEntry::m_fData |
|
private |
◆ m_fKey
uint32_t Prompt::VarEntry::m_fKey |
|
private |
The documentation for this class was generated from the following file: