|
Gromacs
2025.3
|
#include <gromacs/mdrun/simulationinputhandle.h>
Owning handle to a SimulationInput object.
internal
SimulationInput objects are logically immutable, so ownership may be shared by multiple SimulationInputHolders.
Acquire a SimulationInputHolder with makeSimulationInput() and pass to (e.g.) gmx::MdrunnerBuilder::addInput()
SimulationInput has no public API yet.
Public Member Functions | |
| SimulationInput * | get () const noexcept |
| Access opaque SimulationInput pointer. More... | |
| operator bool () const | |
| Boolean context returns true if an input is held, else false. | |
|
noexcept |
Access opaque SimulationInput pointer.
1.8.5