| FEAT 3
    Finite Element Analysis Toolbox | 
Runtime scope guard class. More...
#include <runtime.hpp>
| Public Member Functions | |
| ScopeGuard (int &argc, char **&argv) | |
| Runtime scope guard constructor.  More... | |
| ~ScopeGuard () | |
| Runtime scope guard destructor.  More... | |
Runtime scope guard class.
Definition at line 37 of file runtime.hpp.
| 
 | inlineexplicit | 
Runtime scope guard constructor.
This constructor effectively calls Runtime::initialize().
| [in] | argc,argv | The argument parameters of the calling mainfunction. | 
Definition at line 48 of file runtime.hpp.
References FEAT::Runtime::initialize().
| 
 | inline | 
Runtime scope guard destructor.
This destructor effectively calls Runtime::finalize().
Definition at line 58 of file runtime.hpp.
References FEAT::Runtime::finalize().