|
waLBerla 7.2
|
#include "core/Abort.h"#include "core/Filesystem.h"#include "core/debug/CheckFunctions.h"#include "core/StringUtility.h"#include <cctype>#include <iostream>#include <limits>#include <list>#include <map>#include <sstream>#include <string>#include <utility>#include <vector>Classes | |
| struct | walberla::config::CaseInsensitiveCompare |
| class | walberla::config::Config |
| Configuration handler & parameter file parser. More... | |
| class | walberla::config::Config::Parameter< Type > |
| class | walberla::config::Config::Block |
| Parameter block. More... | |
| class | walberla::config::Config::BlockHandle |
| Handle for a Block object. More... | |
Namespaces | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
| namespace | walberla::config |
Functions | |
| std::ostream & | walberla::config::operator<< (std::ostream &os, const Config &config) |
| std::ostream & | walberla::config::operator<< (std::ostream &os, const Config::BlockHandle &block) |
| template<> | |
| Config::Parameter< std::string > | walberla::config::Config::Block::getParameter< std::string > (std::string key) const |