#include <Teuchos_RCPDecl.hpp>
Public Types | |
| typedef T | ptr_t |
Public Member Functions | |
| DeallocFunctorHandleDelete (DeleteHandleFunctor deleteHandleFunctor) | |
| void | free (T *ptr) |
Related Functions | |
| (Note that these are not member functions.) | |
| DeallocFunctorHandleDelete< T, DeleteHandleFunctor > | deallocFunctorHandleDelete (DeleteHandleFunctor deleteHandleFunctor) |
| A simple function used to create a functor deallocator object. | |
Note, the only requirement is that deleteFuctor(ptrptr) can be called (which is true for a function pointer).
Note, a client should generally use the function deallocFunctorDelete() to create this object and not try to construct it directly.
Definition at line 968 of file Teuchos_RCPDecl.hpp.
| DeallocFunctorHandleDelete< T, DeleteHandleFunctor > deallocFunctorHandleDelete | ( | DeleteHandleFunctor | deleteHandleFunctor | ) | [related] |
A simple function used to create a functor deallocator object.
Definition at line 987 of file Teuchos_RCPDecl.hpp.
1.4.7