MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / MemberFunctionWrapper1

Method MemberFunctionWrapper1

src/base/Functor1.h:67–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65class MemberFunctionWrapper1 : public Functor1<P1> {
66 public:
67 MemberFunctionWrapper1(CALLEE &callee, const FUNC &func) :
68 Functor1<P1>(functionFunctor, &callee, &func, sizeof(FUNC)) {}
69
70 static void functionFunctor(const FunctorBase &ftor, P1 p1) {
71 CALLEE *callee = (CALLEE *)ftor._callee;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected