|
NeoN
A framework for CFD software
|
#include <unordered_map>#include <any>#include <string>#include <vector>#include "NeoN/core/demangle.hpp"Go to the source code of this file.
Classes | |
| class | NeoN::Dictionary |
| A class representing a dictionary that stores key-value pairs. More... | |
Namespaces | |
| namespace | NeoN |
Functions | |
| void | NeoN::logOutRange (const std::out_of_range &e, const std::string &key, const std::unordered_map< std::string, std::any > &data) |
| std::ostream & | NeoN::operator<< (std::ostream &os, const Dictionary &in) |