API Reference > Structs, Records, Enums > OdRxObjMod Enumeration
OdRxObjMod Enumeration
Syntax
C++
enum OdRxObjMod { kOdRxObjAttach };

RxObject.h

Suppresses the incrementing of the reference counter.

The option is used for creating of smart pointers that refer to the classes derived from OdRxObject. The option can be specified as an argument for the constructor of the OdSmartPtr class or OdRxObjectPtr class.

Implementing Smart Pointers

Copyright © 2002–2020. Open Design Alliance. All rights reserved.