| 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 63 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
| typedef void Teuchos::RCPDeleter< T >::result_type | 
Definition at line 69 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
| typedef T* Teuchos::RCPDeleter< T >::argument_type | 
Definition at line 71 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
| 
 | inline | 
Definition at line 67 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
| 
 | private | 
| 
 | inline | 
Definition at line 73 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
| 
 | inline | 
Definition at line 75 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
| 
 | mutableprivate | 
Definition at line 77 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
 1.8.5
 1.8.5