#include <InStreams.h>
Inheritance diagram for InConfigFile:
Public Member Functions | |
InConfigFile (const char *name, const char *sectionName=0) |
Definition at line 832 of file InStreams.h.
InConfigFile::InConfigFile | ( | const char * | name, | |
const char * | sectionName = 0 | |||
) | [inline] |
Constructor.
name | The name of the file to open. It will be interpreted as relative to the configuration directory. Note that the file is treated as binary file, in order to gain the same results on all supported platforms. | |
sectionName | If given the section is searched |
Definition at line 843 of file InStreams.h.
References InConfig::create(), and InFile::open().