| Teuchos Package Browser (Single Doxygen Collection)
    Version of the Day
    | 
Teuchos::RCP Deallocator class that wraps a std::shared_ptr  
 More...
#include <Teuchos_RCPStdSharedPtrConversionsDecl.hpp>
| Public Types | |
| typedef T | ptr_t | 
| Public Member Functions | |
| DeallocStdSharedPtr (const std::shared_ptr< T > &sptr) | |
| void | free (T *ptr_in) const | 
| const std::shared_ptr< T > & | ptr () const | 
| Private Member Functions | |
| DeallocStdSharedPtr () | |
| Private Attributes | |
| std::shared_ptr< T > | sptr_ | 
Teuchos::RCP Deallocator class that wraps a std::shared_ptr 
Definition at line 40 of file Teuchos_RCPStdSharedPtrConversionsDecl.hpp.
| typedef T Teuchos::DeallocStdSharedPtr< T >::ptr_t | 
Definition at line 46 of file Teuchos_RCPStdSharedPtrConversionsDecl.hpp.
| 
 | inline | 
Definition at line 44 of file Teuchos_RCPStdSharedPtrConversionsDecl.hpp.
| 
 | private | 
| 
 | inline | 
Definition at line 48 of file Teuchos_RCPStdSharedPtrConversionsDecl.hpp.
| 
 | inline | 
Definition at line 50 of file Teuchos_RCPStdSharedPtrConversionsDecl.hpp.
| 
 | mutableprivate | 
Definition at line 52 of file Teuchos_RCPStdSharedPtrConversionsDecl.hpp.
 1.8.5
 1.8.5