|
My Project
|
The parameter handlig system is structured as a tree, where each node inhertis from ParameterMapItem. More...
#include <ParameterMapItem.hpp>
Public Member Functions | |
| ParameterMapItem () | |
| Default constructor. | |
| virtual | ~ParameterMapItem () |
| Destructor. | |
| virtual std::string | getTag () const =0 |
| This function returns a string describing the ParameterMapItem. | |
| void | setUsed () const |
| bool | used () const |
The parameter handlig system is structured as a tree, where each node inhertis from ParameterMapItem.
The abstract virtual function getTag() is used to determine which derived class the node actually is.
|
pure virtual |
This function returns a string describing the ParameterMapItem.
Implemented in Opm::Parameter, and Opm::ParameterGroup.