![]() |
Coin
4.0.7
Coin3D core library
|
Public Member Functions | |
| SoRefPtr (const SoRefPtr &other) | |
| SoRefPtr (SoRefPtr &&other) noexcept | |
| SoRefPtr (T *p) | |
| T * | get (void) const noexcept |
| operator bool (void) const noexcept | |
| T & | operator* (void) const |
| T * | operator-> (void) const noexcept |
| SoRefPtr & | operator= (SoRefPtr other) noexcept |
| void | reset (T *p=NULL) |
| void | swap (SoRefPtr &other) noexcept |