![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cStream.h>
Public Member Functions | |
| cStreamStat () noexcept | |
| void | ResetStat () noexcept |
| void | UpdateStat (size_t n) noexcept |
| void | Add (const cStreamStat &n) noexcept |
Public Attributes | |
| STREAM_POS_t | m_nCount |
| Keep arbitrary stats on how much i move (bytes). More... | |
| cTimeSys | m_tLast |
| When did i last move data? More... | |
track how much data is read or written and when.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
< Keep arbitrary stats on how much i TX/RX.
|
inlinenoexcept |
| STREAM_POS_t Gray::cStreamStat::m_nCount |
Keep arbitrary stats on how much i move (bytes).
| cTimeSys Gray::cStreamStat::m_tLast |
When did i last move data?