biogears::SEDecimalFormat Class Reference
#include <SEDecimalFormat.h>
Inheritance diagram for biogears::SEDecimalFormat:

Public Member Functions | |
| SEDecimalFormat (const SEDecimalFormat *dfault=nullptr) | |
| virtual | ~SEDecimalFormat () |
| virtual void | Reset () |
| virtual void | Set (const SEDecimalFormat &f) |
| virtual bool | Load (const CDM::DecimalFormatData &in) |
| virtual CDM::DecimalFormatData * | Unload () |
| void | SetPrecision (std::streamsize p) |
| std::streamsize | GetPrecision () |
| void | SetNotation (DecimalNotation n) |
| DecimalNotation | GetNotation () |
| void | SetStream (std::ofstream &s) |
Protected Member Functions | |
| virtual void | Unload (CDM::DecimalFormatData &to) const |
Protected Attributes | |
| std::streamsize | m_Precision |
| DecimalNotation | m_Notation |
Constructor & Destructor Documentation
| biogears::SEDecimalFormat::SEDecimalFormat | ( | const SEDecimalFormat * | dfault = nullptr | ) |
|
virtual |
Member Function Documentation
| DecimalNotation biogears::SEDecimalFormat::GetNotation | ( | ) |
| std::streamsize biogears::SEDecimalFormat::GetPrecision | ( | ) |
|
virtual |
|
virtual |
|
virtual |
| void biogears::SEDecimalFormat::SetNotation | ( | DecimalNotation | n | ) |
| void biogears::SEDecimalFormat::SetPrecision | ( | std::streamsize | p | ) |
| void biogears::SEDecimalFormat::SetStream | ( | std::ofstream & | s | ) |
|
virtual |
|
protectedvirtual |
Member Data Documentation
|
protected |
|
protected |

