template <class T>
classOdStaticRxObject : public T;
Description
This template class provides the empty implementation of counting references for instances of classes derived from the OdRxObject class.
Remarks
When you use this template class, the numRefs method is inherited from the OdRxObject class in the default definition. The numRefs method returns 1 by default.