Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdStaticRxObject<class T> Template
Syntax
C++
template <class T> class OdStaticRxObject : public T;

 

This template class provides the empty implementation of counting references for instances of classes derived from the OdRxObject class.

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.

OdStaticRxObject@classT

File: StaticRxObject.h 

Module: API Reference 

TD_Db 

Example of Counting References 

Overview of Smart Pointer Classes 

The OdRxObjectImpl class

Copyright © 2002-2022. Open Design Alliance All rights reserved.