Teuchos Package Browser (Single Doxygen Collection)
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) More... | |
Public Member Functions | |
void | free (T *ptr) |
Deallocates a pointer ptr using delete [] ptr (required). More... | |
Deallocator class that uses delete []
to delete memory allocated uisng new []
Definition at line 1018 of file Teuchos_RCPDecl.hpp.
typedef T Teuchos::DeallocArrayDelete< T >::ptr_t |
Gives the type (required)
Definition at line 1022 of file Teuchos_RCPDecl.hpp.
|
inline |
Deallocates a pointer ptr
using delete [] ptr
(required).
Definition at line 1024 of file Teuchos_RCPDecl.hpp.