Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
Policy class for deallocator that uses 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). | |
Policy class for deallocator that uses delete
to delete a pointer which is used by RCP
.
Definition at line 1014 of file Teuchos_RCPDecl.hpp.
Gives the type (required)
Definition at line 1018 of file Teuchos_RCPDecl.hpp.
Deallocates a pointer ptr
using delete ptr
(required).
Definition at line 1020 of file Teuchos_RCPDecl.hpp.