#include <SEDecimalFormat.h>
Inherited by SEDataRequest.
◆ SEDecimalFormat()
SEDecimalFormat::SEDecimalFormat |
( |
const SEDecimalFormat * |
dfault = nullptr | ) |
|
◆ ~SEDecimalFormat()
SEDecimalFormat::~SEDecimalFormat |
( |
| ) |
|
|
virtual |
◆ Clear()
void SEDecimalFormat::Clear |
( |
| ) |
|
|
virtual |
◆ GetNotation()
eDecimalFormat_Type SEDecimalFormat::GetNotation |
( |
| ) |
|
◆ GetPrecision()
std::streamsize SEDecimalFormat::GetPrecision |
( |
| ) |
|
◆ Set()
◆ SetNotation()
void SEDecimalFormat::SetNotation |
( |
eDecimalFormat_Type |
n | ) |
|
◆ SetPrecision()
void SEDecimalFormat::SetPrecision |
( |
std::streamsize |
p | ) |
|
◆ SetStream()
void SEDecimalFormat::SetStream |
( |
std::ofstream & |
s | ) |
|
◆ PBEngine
◆ m_Notation
eDecimalFormat_Type SEDecimalFormat::m_Notation |
|
protected |
◆ m_Precision
std::streamsize SEDecimalFormat::m_Precision |
|
protected |