|
Coin3D is Free Software, published under the BSD 3-clause license. |
https://coin3d.github.io https://www.kongsberg.com/en/kogt/ |
Public Member Functions | |
| SoRefPtr (T *p) | |
| SoRefPtr (const SoRefPtr &other) | |
| SoRefPtr (SoRefPtr &&other) noexcept | |
| SoRefPtr & | operator= (SoRefPtr other) noexcept |
| void | reset (T *p=NULL) |
| T * | get (void) const noexcept |
| T & | operator* (void) const |
| T * | operator-> (void) const noexcept |
| operator bool (void) const noexcept | |
| void | swap (SoRefPtr &other) noexcept |