|
Teuchos - Trilinos Tools Package
Version of the Day
|
Policy class for deallocator for non-owned RCPs. 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 for non-owned RCPs.
Definition at line 961 of file Teuchos_RCPDecl.hpp.
| typedef T Teuchos::DeallocNull< T >::ptr_t |
Gives the type (required)
Definition at line 965 of file Teuchos_RCPDecl.hpp.
| void Teuchos::DeallocNull< T >::free | ( | T * | ptr | ) | [inline] |
Deallocates a pointer ptr using delete ptr (required).
Definition at line 967 of file Teuchos_RCPDecl.hpp.
1.7.6.1