#include "InOut.h"
#include "Platform/File.h"
#include <stdlib.h>
Include dependency graph for InStreams.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | PhysicalInStream |
The base class for physical in streams. More... | |
class | StreamReader |
Generic class for formated reading of data to be used in streams. More... | |
class | InStream |
Generic class for classes that do both formated and physical reading of data from streams. More... | |
class | InText |
Formated reading of text data to be used in streams. More... | |
class | InConfig |
The class InConfig reads text data from config (file) streams that contain comments and sections. More... | |
class | InBinary |
Formated reading of binary data to be used in streams. More... | |
class | InFile |
An PhysicalInStream that reads the data from a file. More... | |
class | InMemory |
An PhysicalInStream that reads the data from a memory region. More... | |
class | InBinaryFile |
A binary stream from a file. More... | |
class | InBinaryMemory |
A Binary Stream from a memory region. More... | |
class | InTextFile |
A binary stream from a file. More... | |
class | InTextMemory |
A Binary Stream from a memory region. More... | |
class | InConfigFile |
A config-file-style-formated text stream from a file. More... | |
class | InConfigMemory |
A config-file-style-formated text stream from a memory region. More... |
Martin Lötzsch
Definition in file InStreams.h.