GetAllSubScopes
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the subscopes associated with a scope. A collection of all the associated subscopes are obtained through recursion.
Prototype
1 | const std::vector<Scope *> &GetAllSubScopes() const; |
Parameters
None
Returns
Parameter |
Description |
|---|---|
- |
Collection of all associated subscopes |
Restrictions
None
Parent topic: Class Scope