GetAllSubScopes
函数功能
获取Scope关联的子Scope,子Scope关联的子Scope,层层递归下去,取得所有相关联的Scope集合。
函数原型
const std::vector<Scope *> &GetAllSubScopes() const;
参数说明
无。
返回值
参数名 |
描述 |
---|---|
- |
所有相关联的Scope集合 |
约束说明
无。
父主题: Scope类
获取Scope关联的子Scope,子Scope关联的子Scope,层层递归下去,取得所有相关联的Scope集合。
const std::vector<Scope *> &GetAllSubScopes() const;
无。
参数名 |
描述 |
---|---|
- |
所有相关联的Scope集合 |
无。