ScopeGraph Constructor and Destructor
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Constructs/Destructs a ScopeGraph object.
Prototype
1 2 3 4 | ScopeGraph(); ScopeGraph(const ScopeGraph &scope_graph) = delete; ScopeGraph &operator=(const ScopeGraph &scope_graph) = delete; ~ScopeGraph(); |
Parameters
None
Returns
A ScopeGraph object
Exception Handling
None
Restrictions
None
Parent topic: Class ScopeGraph