|
MASA-Core
|
Definition at line 31 of file FileCellsWriter.hpp.
#include <FileCellsWriter.hpp>
Public Member Functions | |
| FileCellsWriter (FILE *file) | |
| FileCellsWriter (const string path) | |
| virtual | ~FileCellsWriter () |
| virtual void | close () |
| virtual int | write (const cell_t *buf, int len) |
Private Attributes | |
| FILE * | file |
| FileCellsWriter::FileCellsWriter | ( | FILE * | file | ) |
Definition at line 26 of file FileCellsWriter.cpp.
| FileCellsWriter::FileCellsWriter | ( | const string | path | ) |
Definition at line 30 of file FileCellsWriter.cpp.
| FileCellsWriter::~FileCellsWriter | ( | ) | [virtual] |
Definition at line 39 of file FileCellsWriter.cpp.
| void FileCellsWriter::close | ( | ) | [virtual] |
Implements CellsWriter.
Definition at line 43 of file FileCellsWriter.cpp.
| int FileCellsWriter::write | ( | const cell_t * | buf, |
| int | len | ||
| ) | [virtual] |
Implements CellsWriter.
Definition at line 50 of file FileCellsWriter.cpp.
FILE* FileCellsWriter::file [private] |
Definition at line 41 of file FileCellsWriter.hpp.
1.7.6.1