delete to delete a pointer which is used by RCP.
More...
#include <Teuchos_RCPDecl.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 RCP.
Definition at line 658 of file Teuchos_RCPDecl.hpp.
| typedef T Teuchos::DeallocDelete< T >::ptr_t |
| void Teuchos::DeallocDelete< T >::free | ( | T * | ptr | ) | [inline] |
Deallocates a pointer ptr using delete ptr (required).
Definition at line 664 of file Teuchos_RCPDecl.hpp.
1.5.9