Default implementation for asserting finalization of parameter objects. More...
#include <EnsureFinalized.hpp>
Public Member Functions | |
void | finalize () |
Mark the object as finalized. | |
Protected Attributes | |
__pad0__: finalized_( false ) { } void check() const { if( ! finalized_ ) { OPM_THROW(std::runtime_error | |
The default constructor. | |
Parameter class has not been finalized before | usage |
Default implementation for asserting finalization of parameter objects.