#include <BasicSimpleIO.h>
|
| bool | read (std::fstream *fileStream) |
| | read from a file stream More...
|
| |
| bool | write (std::fstream *fileStream) const |
| | write this object as binary into a file stream More...
|
| |
| bool BasicSimpleIO::read |
( |
std::fstream * |
fileStream | ) |
|
read from a file stream
- Parameters
-
| fileStream | stream used to read load this object |
- Returns
- boolean to know if the operation is a success of not.
| bool BasicSimpleIO::write |
( |
std::fstream * |
fileStream | ) |
const |
write this object as binary into a file stream
- Parameters
-
| fileStream | stream used to write this object |
- Returns
- boolean to know if the operation is a success of not.
The documentation for this class was generated from the following files: