|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
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 |
| | |
Private Member Functions | |
| RCPDeleter () | |
Private Attributes | |
| RCP< T > | rcp_ |
boost::shared_ptr deleter class that wraps a Teuchos::RCP.
Definition at line 95 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
| typedef void Teuchos::RCPDeleter< T >::result_type |
Definition at line 101 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
| typedef T* Teuchos::RCPDeleter< T >::argument_type |
Definition at line 103 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
| Teuchos::RCPDeleter< T >::RCPDeleter | ( | const RCP< T > & | rcp | ) | [inline] |
Definition at line 99 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
| Teuchos::RCPDeleter< T >::RCPDeleter | ( | ) | [private] |
| void Teuchos::RCPDeleter< T >::operator() | ( | T * | x | ) | const [inline] |
Definition at line 105 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
| const RCP<T>& Teuchos::RCPDeleter< T >::ptr | ( | ) | const [inline] |
Definition at line 107 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
RCP<T> Teuchos::RCPDeleter< T >::rcp_ [mutable, private] |
Definition at line 109 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
1.7.6.1