|
Teuchos - Trilinos Tools Package Version of the Day
|
Deallocator class that uses delete [] to delete memory allocated uisng new []
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). | |
Deallocator class that uses delete [] to delete memory allocated uisng new []
Definition at line 998 of file Teuchos_RCPDecl.hpp.
Gives the type (required)
Definition at line 1002 of file Teuchos_RCPDecl.hpp.
Deallocates a pointer ptr using delete [] ptr (required).
Definition at line 1004 of file Teuchos_RCPDecl.hpp.