changed: class name: ConfParser -> SpaceParser

git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@402 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-04-30 13:10:55 +00:00
parent 02645de1f6
commit cd3a1b853f
7 changed files with 56 additions and 55 deletions

View File

@@ -58,10 +58,10 @@ A config file can look like this:
variable4 = (" value 1 " , "value2", value 3)
sample of use:
ConfParser parser;
SpaceParser parser;
parser.Parse("/path/to/config");
if( parser.status == ConfParser::ok )
if( parser.status == SpaceParser::ok )
{
// the whole config we have in parser.table (parser.table_single)
}