Opm::Event Struct Referenceabstract
Detailed DescriptionInterface to register interest in receiving notifications when a certain event, such as the completion of a timestep, has happened. Member Function Documentation
template<typename T , void(T::*)() member>
Register a callback to receive notifications from this event.
template<typename T , void(T::*)() member>
Convenience routine to add a member function of a class as an event handler. This allows us to have all the necessary information the handler needs put into an object, and then register this with the event. The documentation for this struct was generated from the following files: |
|||||||||||||||||||||||||||||||||||||||||||