![]() |
![]() |
#include <FortranInstance.h>
Public Member Functions | |
InstanceWrapper (FortranInstance *instance) | |
~InstanceWrapper () | |
Public Attributes | |
FortranInstance * | instance |
Definition at line 35 of file FortranInstance.h.
gen::FortranInstance::InstanceWrapper::InstanceWrapper | ( | FortranInstance * | instance | ) | [inline] |
Definition at line 36 of file FortranInstance.h.
References gen::FortranInstance::enter(), and instance.
gen::FortranInstance::InstanceWrapper::~InstanceWrapper | ( | ) | [inline] |
Definition at line 39 of file FortranInstance.h.
References instance, and gen::FortranInstance::leave().
{ instance->leave(); }
Definition at line 42 of file FortranInstance.h.
Referenced by InstanceWrapper(), and ~InstanceWrapper().