|
WaSH Docs
|
Define a function to be run at the end of the refactor pass. Computation Actions will be run in the order they're defined, but will be run after all refactoring actions in the pass have completed. More...
#include <refactor.hpp>
Public Member Functions | |
| WashComputationAction (WashComputeFn computefn_ptr) | |
| WashComputeFn | getComputeFn () |
Define a function to be run at the end of the refactor pass. Computation Actions will be run in the order they're defined, but will be run after all refactoring actions in the pass have completed.
1.8.14