| 
    Teuchos - Trilinos Tools Package
    Version of the Day
    
   | 
 
A deallocator class that wraps a simple value object and delegates to another deallocator object. More...
#include <Teuchos_RCPDecl.hpp>
Related Functions | |
(Note that these are not member functions.)  | |
| template<class T , class Embedded > | |
| EmbeddedObjDealloc< T,  Embedded, DeallocDelete< T > >  | embeddedObjDeallocDelete (const Embedded &embedded, EPrePostDestruction prePostDestroy) | 
| Create a dealocator with an embedded object using delete.  More... | |
| template<class T , class Embedded > | |
| EmbeddedObjDealloc< T,  Embedded, DeallocArrayDelete < T > >  | embeddedObjDeallocArrayDelete (const Embedded &embedded, EPrePostDestruction prePostDestroy) | 
| Create a dealocator with an embedded object using delete [].  More... | |
A deallocator class that wraps a simple value object and delegates to another deallocator object.
The type Embedded must be a true value object with a default constructor, a copy constructor, and an assignment operator. 
Definition at line 1093 of file Teuchos_RCPDecl.hpp.
      
  | 
  related | 
Create a dealocator with an embedded object using delete.
Definition at line 1127 of file Teuchos_RCPDecl.hpp.
      
  | 
  related | 
Create a dealocator with an embedded object using delete [].
Definition at line 1140 of file Teuchos_RCPDecl.hpp.
 1.8.5