Added IDName::ToString() ,it equal GetName()

This commit is contained in:
hyzboy 2024-12-22 00:12:01 +08:00
parent fc86d443d4
commit dbbd145f03

View File

@ -57,6 +57,8 @@ namespace hgl
const SC * GetName ()const{return csv.GetString();} ///<获取名称字符串 const SC * GetName ()const{return csv.GetString();} ///<获取名称字符串
const int GetNameLength ()const{return csv.length;} ///<获取名称字符串长度 const int GetNameLength ()const{return csv.length;} ///<获取名称字符串长度
const SC * ToString ()const{return csv.GetString();} ///<获取名称字符串
public: public:
OrderedIDName() OrderedIDName()