My Project
Opm::ParameterMapItem Struct Referenceabstract

The parameter handlig system is structured as a tree, where each node inhertis from ParameterMapItem. More...

#include <ParameterMapItem.hpp>

Inheritance diagram for Opm::ParameterMapItem:
Opm::Parameter Opm::ParameterGroup

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: