Coin
4.0.3
Coin3D core library
|
Public Member Functions | |
SbLazyPimplPtr (const SbLazyPimplPtr< T > ©) | |
SbLazyPimplPtr (T *initial) | |
T & | get (void) const |
SbBool | operator!= (const SbLazyPimplPtr< T > &rhs) const |
T * | operator-> (void) |
const T * | operator-> (void) const |
SbLazyPimplPtr< T > & | operator= (const SbLazyPimplPtr< T > ©) |
SbBool | operator== (const SbLazyPimplPtr< T > &rhs) const |
void | set (T *value) |
Protected Member Functions | |
T * | getNew (void) const |
Protected Attributes | |
T * | ptr |