FreeOneBatchPattern
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Releases the ScopePattern resources contained in a batch.
Prototype
1 | static void FreeOneBatchPattern(std::vector<ScopePattern *> &one_batch_pattern); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
one_batch_pattern |
Input |
ScopePattern set contained in a batch |
Returns
None
Restrictions
None
Parent topic: Class ScopeUtil