Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
Teuchos::DeallocBoostSharedPtr< T > Class Template Reference

Teuchos::RCP Deallocator class that wraps a boost::shared_ptr More...

#include <Teuchos_RCPBoostSharedPtrConversionsDecl.hpp>

Public Types

typedef T ptr_t
 

Public Member Functions

 DeallocBoostSharedPtr (const boost::shared_ptr< T > &sptr)
 
void free (T *ptr_in) const
 
const boost::shared_ptr< T > & ptr () const
 

Private Member Functions

 DeallocBoostSharedPtr ()
 

Private Attributes

boost::shared_ptr< Tsptr_
 

Detailed Description

template<class T>
class Teuchos::DeallocBoostSharedPtr< T >

Teuchos::RCP Deallocator class that wraps a boost::shared_ptr

Definition at line 72 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

Member Typedef Documentation

◆ ptr_t

Definition at line 78 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

Constructor & Destructor Documentation

◆ DeallocBoostSharedPtr() [1/2]

template<class T >
Teuchos::DeallocBoostSharedPtr< T >::DeallocBoostSharedPtr ( const boost::shared_ptr< T > & sptr)
inline

Definition at line 76 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

◆ DeallocBoostSharedPtr() [2/2]

template<class T >
Teuchos::DeallocBoostSharedPtr< T >::DeallocBoostSharedPtr ( )
private

Member Function Documentation

◆ free()

template<class T >
void Teuchos::DeallocBoostSharedPtr< T >::free ( T * ptr_in) const
inline

Definition at line 80 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

◆ ptr()

template<class T >
const boost::shared_ptr< T > & Teuchos::DeallocBoostSharedPtr< T >::ptr ( ) const
inline

Definition at line 82 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

Member Data Documentation

◆ sptr_

template<class T >
boost::shared_ptr<T> Teuchos::DeallocBoostSharedPtr< T >::sptr_
mutableprivate

Definition at line 84 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.


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