Go to the documentation of this file.
28 #ifndef __ConfigFile_H__
29 #define __ConfigFile_H__
69 void load(
const String& filename,
const String& separators =
"\t:=",
bool trimWhitespace =
true);
71 void load(
const DataStreamPtr& stream,
const String& separators =
"\t:=",
bool trimWhitespace =
true);
73 void loadDirect(
const String& filename,
const String& separators =
"\t:=",
bool trimWhitespace =
true);
75 void loadFromResourceSystem(
const String& filename,
const String& resourceGroup,
const String& separators =
"\t:=",
bool trimWhitespace =
true);
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Oct 23 2013 06:57:24