#include <InStreams.h>
Inheritance diagram for InConfigMemory:
Public Member Functions | |
InConfigMemory (const void *mem, unsigned size=0, const char *sectionName=0) |
Definition at line 852 of file InStreams.h.
InConfigMemory::InConfigMemory | ( | const void * | mem, | |
unsigned | size = 0 , |
|||
const char * | sectionName = 0 | |||
) | [inline] |
Constructor.
mem | The address of the memory block from which is read. | |
size | The size of the memory block. It is only used to implement the function eof(). If the size is not specified, eof() will always return true, but reading from the stream is still possible. | |
sectionName | If given the section is searched |
Definition at line 864 of file InStreams.h.
References InConfig::create(), and InMemory::open().