Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Teuchos::RCP
Deallocator class that wraps a boost::shared_ptr
More...
#include <Teuchos_RCPBoostSharedPtrConversionsDecl.hpp>
Public Types | |
typedef T | ptr_t |
Public Member Functions | |
DeallocBoostSharedPtr (const boost::shared_ptr< T > &sptr) | |
void | free (T *ptr_in) const |
const boost::shared_ptr< T > & | ptr () const |
Private Member Functions | |
DeallocBoostSharedPtr () | |
Private Attributes | |
boost::shared_ptr< T > | sptr_ |
Teuchos::RCP
Deallocator class that wraps a boost::shared_ptr
Definition at line 72 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
typedef T Teuchos::DeallocBoostSharedPtr< T >::ptr_t |
Definition at line 78 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
|
inline |
Definition at line 76 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
|
private |
|
inline |
Definition at line 80 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
|
inline |
Definition at line 82 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
|
mutableprivate |
Definition at line 84 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.