NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
Class representing the documentation for a derived class. More...
#include <runtimeSelectionFactory.hpp>
Public Attributes | |
std::function< std::string()> | doc |
std::function< std::string()> | schema |
Class representing the documentation for a derived class.
This class stores the documentation and schema information for a derived class.
Definition at line 161 of file runtimeSelectionFactory.hpp.
std::function<std::string()> NeoFOAM::DerivedClassDocumentation::doc |
Definition at line 165 of file runtimeSelectionFactory.hpp.
std::function<std::string()> NeoFOAM::DerivedClassDocumentation::schema |
Definition at line 166 of file runtimeSelectionFactory.hpp.