#include "InOut.h"
#include "Platform/File.h"
#include <string.h>
Include dependency graph for OutStreams.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | PhysicalOutStream |
| The base class for physical out streams. More... | |
| class | StreamWriter |
| Generic class for formating data to be used in streams. More... | |
| class | OutStream |
| Generic class for classes that do both formating and physical writing of data to streams. More... | |
| class | OutBinary |
| Formats data binary to be used in streams. More... | |
| class | OutText |
| Formats data as text to be used in streams. More... | |
| class | OutTextRaw |
| Formats data as raw text to be used in streams. More... | |
| class | OutFile |
| An PhysicalOutStream that writes the data to a file. More... | |
| class | OutMemory |
| A PhysicalOutStream that writes the data to a memory block. More... | |
| class | OutSize |
| A PhysicalOutStream that doesn't write any data. More... | |
| class | OutBinaryFile |
| A binary stream into a file. More... | |
| class | OutBinaryMemory |
| A binary stream into a memory region. More... | |
| class | OutBinarySize |
| A binary stream size counter. More... | |
| class | OutTextFile |
| A text stream into a file. More... | |
| class | OutTextRawFile |
| A text stream into a file. More... | |
| class | OutTextMemory |
| A text stream into a memory region. More... | |
| class | OutTextRawMemory |
| A text stream into a memory region. More... | |
| class | OutTextSize |
| A Text stream size counter. More... | |
| class | OutTextRawSize |
| A Text stream size counter. More... | |
Martin Lötzsch
Definition in file OutStreams.h.
1.3.6