GridFire 0.6.0
General Purpose Nuclear Network
|
#include <py_engine.h>
Private Member Functions | |
const gridfire::DynamicEngine & | getBaseEngine () const override |
Access the underlying engine instance. | |
Additional Inherited Members | |
![]() | |
virtual | ~EngineView ()=default |
Virtual destructor. | |
|
overrideprivatevirtual |
Access the underlying engine instance.
This method must be implemented by derived classes to provide access to the base engine. The returned reference should remain valid for the lifetime of the EngineView.
Example:
Implements gridfire::EngineView< gridfire::DynamicEngine >.