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

Returns the object referenced by this SmartPointer object.

This SmartPointer maintains its reference to the referenced object. 

The reference count of the referenced object is unchanged.

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