ObjectList开放部分函数
This commit is contained in:
parent
37c0501bed
commit
e752be61bb
@ -101,6 +101,8 @@ namespace hgl
|
|||||||
*/
|
*/
|
||||||
template<typename T> class CusObjectList:public List<T *> ///对象列表处理类
|
template<typename T> class CusObjectList:public List<T *> ///对象列表处理类
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
|
|
||||||
virtual void SetCount(int);
|
virtual void SetCount(int);
|
||||||
|
|
||||||
// virtual T * CreateObject()=0; ///<创建一个数据,但不加入列表
|
// virtual T * CreateObject()=0; ///<创建一个数据,但不加入列表
|
||||||
|
Loading…
x
Reference in New Issue
Block a user