Go to the source code of this file.
Typedefs | |
| typedef xmlcpgOUTPUTSTREAM | xmlcpgOutputStream |
| The output stream type declaration. | |
Functions | |
| void | xmlcpgdeleteOutputStream (xmlcpgOutputStream *os) |
| Destroys the output stream. | |
| int | xmlcpgisOutputStream (const xmlcpgOutputStream *os) |
| Tells if the the object is an output stream. | |
| int | xmlcpggetOutputStreamEOS (const xmlcpgOutputStream *os) |
| Tests the end of stream indicator of the output stream. | |
| int | xmlcpgflushOutputStream (xmlcpgOutputStream *os) |
| Flushes the output stream. | |
| int | xmlcpgwriteOutputStreamChar (xmlcpgOutputStream *os, int c) |
| Writes a character to the output stream. | |
| int | xmlcpgwriteOutputStream (xmlcpgOutputStream *os, const void *ptr, int nb) |
| Writes some bytes of data from the buffer ptr. | |
| int | xmlcpgcloseOutputStream (xmlcpgOutputStream *os) |
| Closes the output stream. | |
| int | xmlcpggetOutputStreamError (const xmlcpgOutputStream *os) |
| Tests the error indicator of the output stream. | |
| const char * | xmlcpggetOutputStreamErrorString (const xmlcpgOutputStream *os) |
| Gets the string describing the error. | |
|
|
The output stream type declaration.
|
|
|
Closes the output stream.
|
|
|
Destroys the output stream. The stream must be closed before with the xmlcpgcloseOutputStream function.
|
|
|
Flushes the output stream.
|
|
|
Tests the end of stream indicator of the output stream.
|
|
|
Tests the error indicator of the output stream.
|
|
|
Gets the string describing the error.
|
|
|
Tells if the the object is an output stream.
|
|
||||||||||||||||
|
Writes some bytes of data from the buffer ptr.
|
|
||||||||||||
|
Writes a character to the output stream.
|
1.2.18