#include <Teuchos_RefCountPtrDecl.hpp>
Related Functions | |
| (Note that these are not member functions.) | |
| DeallocFunctorDelete< T, DeleteFunctor > | deallocFunctorDelete (DeleteFunctor deleteFunctor) |
| A simple function used to create a functor deallocator object. | |
Note, the only requirement is that deleteFuctor(ptr) 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 651 of file Teuchos_RefCountPtrDecl.hpp.
|
||||||||||
|
A simple function used to create a functor deallocator object.
Definition at line 667 of file Teuchos_RefCountPtrDecl.hpp. |
1.3.9.1