#pragma once
//
class Foo
{
public:
void FirstCmdFkt() { }
void Out() { }
void Move() { }
void in() { }
void Clock() { }
void Fastout() { }
void Strobe() { }
typedef void (Foo::*MyFuncs)();
private:
static const MyFuncs myFuncs[2];
};
| Detected encoding: ASCII (7 bit) | 2 |