|
GridFire v0.7.0-alpha
General Purpose Nuclear Network
|
#include <py_solver.h>
Public Member Functions | |
| std::vector< std::tuple< std::string, std::string > > | describe () const override |
| Describe the context for callback functions. | |
Public Member Functions inherited from gridfire::solver::SolverContextBase | |
| virtual | ~SolverContextBase ()=default |
|
nodiscardoverridevirtual |
Describe the context for callback functions.
This method should be overridden by derived classes to provide a description of the context that will be passed to the callback function. The intent of this method is that an end user can investigate the context that will be passed to the callback function, and use this information to craft their own callback function.
Implements gridfire::solver::SolverContextBase.