NeoFOAM
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
database.hpp File Reference
#include <unordered_map>
#include <string>
#include <memory>
#include "NeoFOAM/core/database/collection.hpp"

Go to the source code of this file.

Classes

class  NeoFOAM::Database
 

Namespaces

namespace  NeoFOAM
 

Functions

template<typename Type >
void NeoFOAM::validateRegistration (const Type &obj, const std::string errorMessage)
 Validates that a field is registered in the database.