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) const |
| |
const boost::shared_ptr< T > & | ptr () const |
|
Teuchos::RCP
Deallocator class that wraps a boost::shared_ptr
Definition at line 56 of file Teuchos_RCPBoostSharedPtrConversionsDecl.hpp.
typedef T Teuchos::DeallocBoostSharedPtr< T >::ptr_t |
Teuchos::DeallocBoostSharedPtr< T >::DeallocBoostSharedPtr | ( | const boost::shared_ptr< T > & | sptr | ) | [inline] |
void Teuchos::DeallocBoostSharedPtr< T >::free | ( | T * | ptr | ) | const [inline] |
const boost::shared_ptr<T>& Teuchos::DeallocBoostSharedPtr< T >::ptr | ( | ) | const [inline] |