#include <asio-std-file-handler.hpp>
|
| | AsioStdFileStream (Exec exec, std::string filename, FileOpenMode mode) |
| | Constructor.
|
| |
| bool | valid () |
| |
| template<class Callback > |
| void | read (int maxSize, Callback readCallback) |
| |
| template<class Callback > |
| void | write (DataT data, Callback writeCallback) |
| |
◆ DataT
◆ AsioStdFileStream()
Constructor.
- Parameters
-
| exec | A boost::asio executor. It should run actions sequentially. |
| filename | The file name of this FileStream. |
◆ read()
template<class Exec >
template<class Callback >
◆ valid()
◆ write()
template<class Exec >
template<class Callback >
The documentation for this class was generated from the following file: