Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches

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

#include <Teuchos_RCPBoostSharedPtrConversionsDecl.hpp>

Public Types

typedef void result_type
typedef T * argument_type

Public Member Functions

 RCPDeleter (const RCP< T > &rcp)
void operator() (T *x) const
const RCP< T > & ptr () const

Detailed Description

template<class T>
class Teuchos::RCPDeleter< T >

boost::shared_ptr deleter class that wraps a Teuchos::RCP.

Definition at line 63 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

Member Typedef Documentation

◆ result_type

template<class T>
typedef void Teuchos::RCPDeleter< T >::result_type

Definition at line 69 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

◆ argument_type

template<class T>
typedef T* Teuchos::RCPDeleter< T >::argument_type

Definition at line 71 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

Constructor & Destructor Documentation

◆ RCPDeleter()

template<class T>
Teuchos::RCPDeleter< T >::RCPDeleter ( const RCP< T > & rcp)
inline

Definition at line 67 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

Member Function Documentation

◆ operator()()

template<class T>
void Teuchos::RCPDeleter< T >::operator() ( T * x) const
inline

Definition at line 73 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.

◆ ptr()

template<class T>
const RCP< T > & Teuchos::RCPDeleter< T >::ptr ( ) const
inline

Definition at line 75 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.


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