class ConfigParser

Parses a text configuration file

Inheritance:


Public Methods

[more] ConfigParser(void)
Default Constructor
[more] ~ConfigParser()
[more]bool parseFile(const char* filename)
[more]bool parseTokens(const string key, const string value)
[more]System* buildSystem()
Constructs a simulated system based on the tokens extracted from the configuration file.


Inherited from Parser:

Protected Methods

obool openFile(const char* filename)
obool eraseComments(string& line)
obool isBlankLine(string& line)
ovoid filterToken(string& token)
obool closeFile()


Documentation

Parses a text configuration file
o ConfigParser(void)

o ~ConfigParser()

obool parseFile(const char* filename)

obool parseTokens(const string key, const string value)

oSystem* buildSystem()
When this function is called, it is assumed that parseFile has been called and successfully executed.


This class has no child classes.
Author:
John Oleszkiewicz

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.