ewmscp
..
|
Public Member Functions | |
buffstuff (unsigned int aBlockSize) | |
Public Attributes | |
std::vector< int > | writeBuffer |
decltype(writeBuffer) | readBuffer |
unsigned int | blockSize |
Definition at line 89 of file fileopstest.cpp.
|
inline |
unsigned int buffstuff::blockSize |
Definition at line 101 of file fileopstest.cpp.
Referenced by buffstuff().
decltype(writeBuffer) buffstuff::readBuffer |
Definition at line 100 of file fileopstest.cpp.
Referenced by buffstuff(), and readAndDeleteFile().
std::vector<int> buffstuff::writeBuffer |
Definition at line 99 of file fileopstest.cpp.
Referenced by buffstuff(), createFile(), and readAndDeleteFile().