| 
    Teuchos - Trilinos Tools Package
    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)  More... | |
Public Member Functions | |
| void | free (T *ptr) | 
Deallocates a pointer ptr using delete ptr (required).  More... | |
Policy class for deallocator that uses delete to delete a pointer which is used by RCP. 
Definition at line 982 of file Teuchos_RCPDecl.hpp.
| typedef T Teuchos::DeallocDelete< T >::ptr_t | 
Gives the type (required)
Definition at line 986 of file Teuchos_RCPDecl.hpp.
      
  | 
  inline | 
Deallocates a pointer ptr using delete ptr (required). 
Definition at line 988 of file Teuchos_RCPDecl.hpp.
 1.8.5