delete to delete a pointer which is used by RefCountPtr.
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). | |
delete to delete a pointer which is used by RefCountPtr.
Definition at line 91 of file Teuchos_RefCountPtrDecl.hpp.
|
|||||
|
Gives the type (required).
Definition at line 95 of file Teuchos_RefCountPtrDecl.hpp. |
|
||||||||||
|
Deallocates a pointer
Definition at line 97 of file Teuchos_RefCountPtrDecl.hpp. |
1.3.9.1