Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
SbPimplPtr< T > Class Template Reference

Public Member Functions

 SbPimplPtr (T *initial)
 SbPimplPtr (const SbPimplPtr< T > &copy)
void set (T *value)
T & get (void) const
SbPimplPtr< T > & operator= (const SbPimplPtr< T > &copy)
SbBool operator== (const SbPimplPtr< T > &rhs) const
SbBool operator!= (const SbPimplPtr< T > &rhs) const
const T * operator-> (void) const
T * operator-> (void)

Protected Member Functions

T * getNew (void) const

Protected Attributes

T * ptr

The documentation for this class was generated from the following file: