Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdSmartPtr<class T>::OdSmartPtr Constructor ()
Syntax
C++
OdSmartPtr();

Constructors for the typified smart pointer. 

 

Parameters
Description
pObject
[in] Pointer to the object to be assigned to the new SmartPointer object.

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

If OdRxObjMod or const OdBaseObjectPtr& are specified, the reference counter of the specified object is not incremented.

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