Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

InConfigMemory Class Reference

A config-file-style-formated text stream from a memory region. More...

#include <InStreams.h>

Inheritance diagram for InConfigMemory:

Inheritance graph
[legend]
Collaboration diagram for InConfigMemory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 InConfigMemory (const void *mem, unsigned size=0, const char *sectionName=0)
 Constructor.


Detailed Description

A config-file-style-formated text stream from a memory region.

Definition at line 841 of file InStreams.h.


Constructor & Destructor Documentation

InConfigMemory::InConfigMemory const void *  mem,
unsigned  size = 0,
const char *  sectionName = 0
[inline]
 

Constructor.

Parameters:
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 853 of file InStreams.h.

References InConfig::create(), and InMemory::open().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Thu Sep 23 20:08:37 2004 for GT2004 by doxygen 1.3.6