Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Related Functions | List of all members
Teuchos::DeallocFunctorHandleDelete< T, DeleteHandleFunctor > Class Template Reference

Deallocator subclass that Allows any functor object (including a function pointer) to be used to free a handle (i.e. pointer to pointer) to an object. More...

#include <Teuchos_RCPDecl.hpp>

Related Functions

(Note that these are not member functions.)

template<class T , class DeleteHandleFunctor >
DeallocFunctorHandleDelete< T,
DeleteHandleFunctor > 
deallocFunctorHandleDelete (DeleteHandleFunctor deleteHandleFunctor)
 A simple function used to create a functor deallocator object. More...
 

Detailed Description

template<class T, class DeleteHandleFunctor>
class Teuchos::DeallocFunctorHandleDelete< T, DeleteHandleFunctor >

Deallocator subclass that Allows any functor object (including a function pointer) to be used to free a handle (i.e. pointer to pointer) to an 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 1079 of file Teuchos_RCPDecl.hpp.

Friends And Related Function Documentation

template<class T , class DeleteHandleFunctor >
DeallocFunctorHandleDelete< T, DeleteHandleFunctor > deallocFunctorHandleDelete ( DeleteHandleFunctor  deleteHandleFunctor)
related

A simple function used to create a functor deallocator object.

Definition at line 1098 of file Teuchos_RCPDecl.hpp.


The documentation for this class was generated from the following file: