|
Crombie Tools
|
#include <string>#include <map>#include <vector>#include <istream>#include <regex>#include <algorithm>#include <iterator>#include "crombie/Types.h"#include "crombie/Debug.h"#include "crombie/Misc.h"#include "crombie/Parse.h"Go to the source code of this file.
Classes | |
| class | crombie::Uncertainty::UncertaintyInfo::Envelope |
| class | crombie::Uncertainty::SysInfo |
| The information to hold the information for a plotter to implement a single systematic plot. More... | |
| class | crombie::Uncertainty::UncertaintyInfo |
Namespaces | |
| crombie | |
| This header file includes common functions that are used to interpret configuration files. | |
| crombie::Uncertainty | |
Functions | |
| std::istream & | crombie::Uncertainty::operator>> (std::istream &is, UncertaintyInfo &config) |
| UncertaintyInfo | crombie::Uncertainty::read (const std::string &config) |
| Reads a configuration file and returns an UncertaintyInfo object. More... | |