Function gpa::metrics::DestroyMetricsSourceComposite
Defined in File metrics-source-composite.h
Function Documentation
-
void gpa::metrics::DestroyMetricsSourceComposite(IMetricsSourceComposite *pMetricsSourceComposite)
Destroys the specified composite MetricsSource instance.
Note
If the composite MetricsSource object when created took ownership of the contained MetricsSource objects, they will be automatically destroyed upon return too. Thus, the DestroyMetricsSource function must not be called for them.
- Parameters
pMetricsSourceComposite -- [in] Pointer to a composite MetricsSource instance to destroy.