#include <CountedPtr.h>
Public Types | |
| typedef T | element_type |
| Type name for the counted value. | |
Public Member Functions | |
Constructors & destructor | |
| CountedPtr (T *ptr=0) | |
| CountedPtr (const CountedPtr &rhs) throw () | |
| ~CountedPtr () throw () | |
Initialization | |
| void | initialize (T *ptr) |
Assignment operator | |
| CountedPtr & | operator= (const CountedPtr &rhs) throw () |
Value access | |
| T * | get () const throw () |
| T & | operator* () const throw () |
| T * | operator-> () const throw () |
![]() |
Copyright © 1998–2009 Forschungszentrum Jülich, Jülich Supercomputing Centre |