BDE 4.14.0 Production release
Loading...
Searching...
No Matches

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)
 

Function Documentation

◆ operator!=() [1/2]

bool bdlm::operator!= ( const Metric lhs,
const Metric rhs 
)
inline

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.

◆ operator!=() [2/2]

bool bdlm::operator!= ( const MetricDescriptor lhs,
const MetricDescriptor rhs 
)
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.

◆ operator==() [1/2]

bool bdlm::operator== ( const Metric lhs,
const Metric rhs 
)
inline

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.

◆ operator==() [2/2]

bool bdlm::operator== ( const MetricDescriptor lhs,
const MetricDescriptor rhs 
)
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.