ROOT_Application
2.0
C++ Core modules and GUIStock
|
Variables | |
Buffer size used for overloaded friend operator>> and << | |
Made accessible for use in class Stock | |
const int | BUFFER_STREAM = 256 |
Maximum size buffer intermediate for stream. More... | |
const int | BUFFER_DATE = 20 |
Contains the date, exactly 19 characters + terminal (terminal not really crucial) More... | |
For buffer DataStock.
const int BDS::BUFFER_DATE = 20 |
Contains the date, exactly 19 characters + terminal (terminal not really crucial)
Definition at line 79 of file DataStock.h.
Referenced by DataStock::helper_operator_read_base(), and reconstruct_stream_operator().
const int BDS::BUFFER_STREAM = 256 |
Maximum size buffer intermediate for stream.
It is the maximum size of a input line
Definition at line 77 of file DataStock.h.
Referenced by operator>>(), and reconstruct_stream_operator().