#include <PrefixDescriptor.h>
◆ CPrefixDescriptor() [1/2]
CPrefixDescriptor::CPrefixDescriptor |
( |
std::string |
name, |
|
|
std::string |
sym, |
|
|
double |
scaleFac |
|
) |
| |
|
inline |
◆ CPrefixDescriptor() [2/2]
CPrefixDescriptor::CPrefixDescriptor |
( |
std::string |
name, |
|
|
char |
sym, |
|
|
double |
scaleFac |
|
) |
| |
|
inline |
◆ GetName()
const std::string & CPrefixDescriptor::GetName |
( |
| ) |
const |
|
inline |
◆ GetScaleFactor()
double CPrefixDescriptor::GetScaleFactor |
( |
| ) |
const |
|
inline |
◆ GetSymbol()
char CPrefixDescriptor::GetSymbol |
( |
| ) |
const |
|
inline |
◆ m_cSym
char CPrefixDescriptor::m_cSym |
|
private |
◆ m_dScaleFac
double CPrefixDescriptor::m_dScaleFac |
|
private |
◆ m_strName
std::string CPrefixDescriptor::m_strName |
|
private |