LastName
函数功能
获取Scope名称字符串中,最后一个“/”分隔符后的字符串。
函数原型
数据类型为string的接口后续版本会废弃,建议使用数据类型为非string的接口。
const std::string LastName() const; Status LastName(AscendString &name) const;
参数说明
参数名 |
输入/输出 |
描述 |
---|---|---|
name |
输出 |
Scope名称字符串中,最后一个“/”分隔符后的字符串。 |
返回值
参数名 |
描述 |
---|---|
- |
Scope名称字符串中,最后一个“/”分隔符后的字符串。 |
约束说明
无。
父主题: Scope类