Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | 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
 

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

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

Definition at line 78 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

Constructor & Destructor Documentation

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

Definition at line 76 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

Member Function Documentation

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

Definition at line 80 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

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

Definition at line 82 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.


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