parse.h File Reference

This file contains functions for parsing the configuration file. More...

#include <string>
#include <vector>
#include "arbitrary_precision_calculation/random_number_generator.h"
Include dependency graph for parse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 arbitraryprecisioncalculation
 base namespace for arbitrary precision calculation.
 
 arbitraryprecisioncalculation::parse
 Contains a large set of functions for parsing the configuration file.
 

Functions

RandomNumberGenerator * arbitraryprecisioncalculation::parse::ParseRandomNumberGenerator (const std::vector< std::string > &parameters, unsigned int &parsed_parameters)
 Parses the given vector for a random number generator starting at the given index. More...
 
void arbitraryprecisioncalculation::parse::SignalInvalidCommand (const std::vector< std::string > &parameters)
 Prints the supplied parameters to stderr and let the program terminate with exit code 1. More...
 

Detailed Description

This file contains functions for parsing the configuration file.

Author
Alexander Raß (alexa.nosp@m.nder.nosp@m..rass.nosp@m.@fau.nosp@m..de)
Date
October, 2015