Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Teuchos::EmbeddedObjDealloc< T, Embedded, Dealloc > Class Template Reference

A deallocator class that wraps a simple value object and delegates to another deallocator object. More...

#include <Teuchos_RCPDecl.hpp>

Public Types

typedef Dealloc::ptr_t ptr_t

Public Member Functions

 EmbeddedObjDealloc (const Embedded &embedded, EPrePostDestruction prePostDestroy, Dealloc dealloc)
void setObj (const Embedded &embedded)
const Embedded & getObj () const
Embedded & getNonconstObj ()
void free (T *ptr)

Private Member Functions

 EmbeddedObjDealloc ()

Private Attributes

Embedded embedded_
EPrePostDestruction prePostDestroy_
Dealloc dealloc_

(Note that these are not member symbols.)

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.
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 [].

Detailed Description

template<class T, class Embedded, class Dealloc>
class Teuchos::EmbeddedObjDealloc< T, Embedded, Dealloc >

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 1125 of file Teuchos_RCPDecl.hpp.

Member Typedef Documentation

◆ ptr_t

template<class T, class Embedded, class Dealloc>
typedef Dealloc::ptr_t Teuchos::EmbeddedObjDealloc< T, Embedded, Dealloc >::ptr_t

Definition at line 1128 of file Teuchos_RCPDecl.hpp.

Constructor & Destructor Documentation

◆ EmbeddedObjDealloc() [1/2]

template<class T, class Embedded, class Dealloc>
Teuchos::EmbeddedObjDealloc< T, Embedded, Dealloc >::EmbeddedObjDealloc ( const Embedded & embedded,
EPrePostDestruction prePostDestroy,
Dealloc dealloc )
inline

Definition at line 1129 of file Teuchos_RCPDecl.hpp.

◆ EmbeddedObjDealloc() [2/2]

template<class T, class Embedded, class Dealloc>
Teuchos::EmbeddedObjDealloc< T, Embedded, Dealloc >::EmbeddedObjDealloc ( )
private

Member Function Documentation

◆ setObj()

template<class T, class Embedded, class Dealloc>
void Teuchos::EmbeddedObjDealloc< T, Embedded, Dealloc >::setObj ( const Embedded & embedded)
inline

Definition at line 1134 of file Teuchos_RCPDecl.hpp.

◆ getObj()

template<class T, class Embedded, class Dealloc>
const Embedded & Teuchos::EmbeddedObjDealloc< T, Embedded, Dealloc >::getObj ( ) const
inline

Definition at line 1135 of file Teuchos_RCPDecl.hpp.

◆ getNonconstObj()

template<class T, class Embedded, class Dealloc>
Embedded & Teuchos::EmbeddedObjDealloc< T, Embedded, Dealloc >::getNonconstObj ( )
inline

Definition at line 1136 of file Teuchos_RCPDecl.hpp.

◆ free()

template<class T, class Embedded, class Dealloc>
void Teuchos::EmbeddedObjDealloc< T, Embedded, Dealloc >::free ( T * ptr)
inline

Definition at line 1137 of file Teuchos_RCPDecl.hpp.

◆ embeddedObjDeallocDelete()

template<class T, class Embedded>
EmbeddedObjDealloc< T, Embedded, DeallocDelete< T > > embeddedObjDeallocDelete ( const Embedded & embedded,
EPrePostDestruction prePostDestroy )
related

Create a dealocator with an embedded object using delete.

Definition at line 1159 of file Teuchos_RCPDecl.hpp.

◆ embeddedObjDeallocArrayDelete()

template<class T, class Embedded>
EmbeddedObjDealloc< T, Embedded, DeallocArrayDelete< T > > embeddedObjDeallocArrayDelete ( const Embedded & embedded,
EPrePostDestruction prePostDestroy )
related

Create a dealocator with an embedded object using delete [].

Definition at line 1172 of file Teuchos_RCPDecl.hpp.

Member Data Documentation

◆ embedded_

template<class T, class Embedded, class Dealloc>
Embedded Teuchos::EmbeddedObjDealloc< T, Embedded, Dealloc >::embedded_
private

Definition at line 1146 of file Teuchos_RCPDecl.hpp.

◆ prePostDestroy_

template<class T, class Embedded, class Dealloc>
EPrePostDestruction Teuchos::EmbeddedObjDealloc< T, Embedded, Dealloc >::prePostDestroy_
private

Definition at line 1147 of file Teuchos_RCPDecl.hpp.

◆ dealloc_

template<class T, class Embedded, class Dealloc>
Dealloc Teuchos::EmbeddedObjDealloc< T, Embedded, Dealloc >::dealloc_
private

Definition at line 1148 of file Teuchos_RCPDecl.hpp.


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