Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxObjectPtr::OdRxObjectPtr Constructor ()
Syntax
C++
OdRxObjectPtr(); OdRxObjectPtr(const OdRxObject* pSource, OdRxObjMod); OdRxObjectPtr(const OdRxObject* pSource); OdRxObjectPtr(const OdRxObjectPtr& pSource); OdRxObjectPtr(const OdBaseObjectPtr& pSource);

Constructors for the non-typified smart pointer. 

 

Parameters
Description
pSource
[in] Pointer to the specified object to be assigned for the new SmartPointer object.

If pSourceis specified, the smart pointer is set to the address of the specified object. If pSource is not specified, the smart pointer is set to a NULL. 

If OdRxObjMod is specified, the reference counter of the specified object is *not* incremented.

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