ROOT_Application
2.0
C++ Core modules and GUIStock
|
For Format of the DataStock output. More...
Variables | |
const int | WCOL = 10 |
Witdh of the values with setw. More... | |
const int | PRECISION = 2 |
Precison of floating numbers. More... | |
For Format of the DataStock output.
const int FDS::PRECISION = 2 |
Precison of floating numbers.
Definition at line 26 of file DataStock.cpp.
Referenced by SimpleData::helper_operator_write(), MultiData::helper_operator_write(), and DataCSV::helper_operator_write().
const int FDS::WCOL = 10 |
Witdh of the values with setw.
Definition at line 24 of file DataStock.cpp.
Referenced by SimpleData::helper_operator_write(), MultiData::helper_operator_write(), DataCSV::helper_operator_write(), SimpleData::PrintData(), MultiData::PrintData(), and DataCSV::PrintData().