22 _tprintf (_T (
"Actionの設定値が異常(%d)です。\n"), action);
59 std::map<int, std::function<void()>> strategy;
60 strategy[0] = target0;
61 strategy[1] = target1;
62 strategy[2] = target2;
63 strategy[3] = target3;
64 strategy[4] = target4;
65 strategy[5] = target5;
67 auto& target = strategy[action];
int _tmain(int argc, TCHAR *argv[])
TestProjectでは検出できない、メモリーリークを確認します。
LinkedListのメモリーリークを確認します。
#define CRT_SET_DEBUG_FLAG
virtual BOOL Init()=0
初期化処理
virtual BOOL DoAction()=0
処理開始
LinkedListのメモリーリークチェッククラス
static BOOL APIENTRY ReadIniFile(LPCTSTR lpctszIniFile, LPCTSTR lpctszSection, LPCTSTR lpctszKeyword, TString &response)
設定フィルの読み込み