layout codes in SortedSets.h
This commit is contained in:
parent
3d27b60c13
commit
d70d31288f
@ -23,6 +23,7 @@ namespace hgl
|
|||||||
|
|
||||||
T * GetData ()const{return data_list.GetData();} ///<取得数据指针
|
T * GetData ()const{return data_list.GetData();} ///<取得数据指针
|
||||||
int64 GetCount ()const{return data_list.GetCount();} ///<取得数据总量
|
int64 GetCount ()const{return data_list.GetCount();} ///<取得数据总量
|
||||||
|
int64 GetAllocCount ()const{return data_list.GetAllocCount();} ///<取得已分配空间数量
|
||||||
|
|
||||||
const bool IsEmpty ()const{return data_list.IsEmpty();} ///<确认列表是否为空
|
const bool IsEmpty ()const{return data_list.IsEmpty();} ///<确认列表是否为空
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user