#include <ConfigReader.h>
Public Member Functions | |
ConfigReader (const char *file) | |
const pair< string, map< string, string > > * | getClassifier () |
const pair< string, map< string, string > > * | getPredictor () |
const map< string, map< string, string > > * | getFeatureProvider () |
const vector< string > * | getFeatures () |
const vector< string > * | getAggregates () |
const vector< string > * | getProtocols () |
const map< string, string > * | getGlobals () |
This class parses the configuration file and provides the settings as hashtables.
|
Constructor
|
|
|