WaSH Docs
Public Member Functions | Friends | List of all members
ws2st::refactor::WashMatchCallback Class Reference

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>

Inheritance diagram for ws2st::refactor::WashMatchCallback:

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)
 

Detailed Description

A specialised refactoring callback type for Wash using custom function pointers instead of subclassing tooling::RefactoringCallback and implementing ...::run a million times.


The documentation for this class was generated from the following file: