NeoN
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 "NeoN/core/database/collection.hpp"

Go to the source code of this file.

Classes

class  NeoN::Database
 

Namespaces

namespace  NeoN
 

Functions

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