|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <logger/Logger.h>#include <map>#include <sstream>#include <string>#include <vector>#include <basics/utilities/UbException.h>Go to the source code of this file.
Classes | |
| class | vf::basics::ConfigurationFile |
Namespaces | |
| namespace | vf |
| namespace | vf::basics |
| Simple configuration file. | |
Functions | |
| template<class T > | |
| T | vf::basics::convert_to (const std::string &value) |
| template<> | |
| bool | vf::basics::convert_to< bool > (const std::string &value) |
| ConfigurationFile | vf::basics::loadConfig (int argc, char *argv[], std::string configPath) |