35 #ifndef LagrangianModelRef_H
36 #define LagrangianModelRef_H
43 class LagrangianModel;
71 inline bool valid()
const;
Simple wrapper to provide an optional reference to a Lagrangian model.
bool valid() const
Check if the reference is valid.
const LagrangianModel & operator()() const
Access the reference.
LagrangianModelRef()
Construct null.
Base class for Lagrangian models.