|
static GenericOut * | open (const std::string &filename) |
|
int StdioOut::put_byte |
( |
int |
c | ) |
|
|
virtual |
Write one character into the output stream.
- Parameters
-
- Returns
- the character written, or EOF on error.
Implements SpectMorph::GenericOut.
int StdioOut::write |
( |
const void * |
ptr, |
|
|
size_t |
size |
|
) |
| |
|
virtual |
Write a block of data into the stream.
- Parameters
-
ptr | pointer to the data to be written |
size | number of bytes to be written |
- Returns
- the number of bytes successfully written (can be 0)
Implements SpectMorph::GenericOut.
The documentation for this class was generated from the following files: