Added IDName::ToString() ,it equal GetName()
This commit is contained in:
parent
fc86d443d4
commit
dbbd145f03
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user