My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
Config Namespace Reference

Public function to deal with the configuration file. More...

Functions

void init ()
 
void writeTemplate (FTextStream &t, bool shortList, bool updateOnly=FALSE)
 
bool parse (const char *fileName, bool update=FALSE)
 
void postProcess (bool clearHeaderAndFooter)
 
void checkAndCorrect ()
 
void deinit ()
 

Detailed Description

Public function to deal with the configuration file.

Function Documentation

void Config::checkAndCorrect ( )

Check the validity of the parsed options and correct or warn the user where needed.

Referenced by checkConfiguration(), and readConfiguration().

void Config::deinit ( )

Clean up any data

Referenced by generateOutput().

void Config::init ( )
bool Config::parse ( const char *  fileName,
bool  update = FALSE 
)

Parses a configuration file with name fn.

Returns
TRUE if successful, FALSE if the file could not be opened or read.

Referenced by readConfiguration().

void Config::postProcess ( bool  clearHeaderAndFooter)

Post processed the parsed data. Replaces raw string values by the actual values. and replaces environment variables.

Parameters
clearHeaderAndFooterset to TRUE when writing header and footer templates.

Referenced by checkConfiguration(), and readConfiguration().

void Config::writeTemplate ( FTextStream t,
bool  shortList,
bool  updateOnly = FALSE 
)

Writes a template configuration to stream t. If shortList is TRUE the description of each configuration option will be omitted.

Referenced by generateConfigFile().