#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 | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de | |
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 |