API Reference > Other Classes > OdSharedPtr Template > OdSharedPtr Methods > get Method > OdSharedPtr::get Method ()
OdSharedPtr::get Method ()
Syntax
C++
T* get();

Returns the object referenced by this SharedPointer.

This SharedPointer object maintains its reference to the object, and the object's reference count is not modified.

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