ref: 1368f4dad39f86ee1183d8d6227eb04e9ac1dd2d
dir: /wingui/TItemList.cpp/
// TItemList.cpp: Definition file for class template // TItemList; with this template you can create // lists that is able to hold elements of the // specified type; each element gets a unique // handle in the list that is returned on creation // ///////////////////////////////////////////////////////// #include "stdafx.h" #include "TItemList.h"