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