|
WaSH Docs
|
A specialised refactoring callback type for Wash using custom function pointers instead of subclassing tooling::RefactoringCallback and implementing ...::run a million times. More...
#include <refactor.hpp>
Public Member Functions | |
| WashMatchCallback (WashCallbackFn callback_ptr) | |
| virtual void | run (const MatchFinder::MatchResult &Result) |
| WashCallbackFn | getCallback () |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const WashMatchCallback &obj) |
A specialised refactoring callback type for Wash using custom function pointers instead of subclassing tooling::RefactoringCallback and implementing ...::run a million times.
1.8.14