Teuchos - Trilinos Tools Package
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 |
Teuchos::RCP
Deallocator class that wraps a std::shared_ptr
Definition at line 72 of file Teuchos_RCPStdSharedPtrConversionsDecl.hpp.
typedef T Teuchos::DeallocStdSharedPtr< T >::ptr_t |
Definition at line 78 of file Teuchos_RCPStdSharedPtrConversionsDecl.hpp.
|
inline |
Definition at line 76 of file Teuchos_RCPStdSharedPtrConversionsDecl.hpp.
|
inline |
Definition at line 80 of file Teuchos_RCPStdSharedPtrConversionsDecl.hpp.
|
inline |
Definition at line 82 of file Teuchos_RCPStdSharedPtrConversionsDecl.hpp.