|
BDE 4.14.0 Production release
|
Classes | |
| struct | InstanceCount |
| This mechanism provides type specific instance counts. More... | |
| class | Metric |
| class | MetricDescriptor |
| class | MetricsAdapter |
| class | MetricsRegistry |
| class | MetricsRegistryRegistrationHandle |
Functions | |
| bool | operator== (const Metric &lhs, const Metric &rhs) |
| bool | operator!= (const Metric &lhs, const Metric &rhs) |
| bool | operator== (const MetricDescriptor &lhs, const MetricDescriptor &rhs) |
| bool | operator!= (const MetricDescriptor &lhs, const MetricDescriptor &rhs) |
Return true if the specified lhs command-line metric has a different value from the specified rhs command-line metric, and false otherwise. Two Metric objects do not have the same value if their types are not the same or they have different values.
|
inline |
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two MetricDescriptor objects do not have the same value if any of their attributes (respectively) do not have the same value.
Return true if the specified lhs and rhs have the same value, and false otherwise. Two Metric objects have the same value if their types are the same and they have the same value.
|
inline |
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two MetricDescriptor objects have the same value if each of their attributes (respectively) have the same value.