new which calls delete.
More...
#include <Teuchos_RefCountPtrDecl.hpp>
Public Types | |
| typedef T | ptr_t |
| Gives the type (required). | |
Public Member Functions | |
| void | free (T *ptr) |
Deallocates a pointer ptr using delete ptr (required). | |
new which calls delete.
Definition at line 322 of file Teuchos_RefCountPtrDecl.hpp.
|
|||||
|
Gives the type (required).
Definition at line 326 of file Teuchos_RefCountPtrDecl.hpp. |
|
||||||||||
|
Deallocates a pointer
Definition at line 328 of file Teuchos_RefCountPtrDecl.hpp. |
1.3.9.1