Coin  4.0.3
Coin3D core library
Loading...
Searching...
No Matches
SbLazyPimplPtr< T > Class Template Reference

Public Member Functions

 SbLazyPimplPtr (const SbLazyPimplPtr< T > &copy)
 
 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 > &copy)
 
SbBool operator== (const SbLazyPimplPtr< T > &rhs) const
 
void set (T *value)
 

Protected Member Functions

T * getNew (void) const
 

Protected Attributes

T * ptr
 

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