layout codes in SortedSets.h

This commit is contained in:
hyzboy 2024-05-25 17:57:24 +08:00
parent 3d27b60c13
commit d70d31288f

View File

@ -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();} ///<确认列表是否为空