Classes | |
| class | Teuchos::DeallocBoostSharedPtr< T > |
Teuchos::RefCountPtr Deallocator class that wraps a boost::shared_ptr More... | |
| class | Teuchos::RefCountPtrDeleter< T > |
boost::shared_ptr deleter class that wraps a Teuchos::RefCountPtr. More... | |
Functions | |
| template<class T> | |
| RefCountPtr< T > | Teuchos::rcp (const boost::shared_ptr< T > &sptr) |
Conversion function that takes in a boost::shared_ptr object and spits out a Teuchos::RefCountPtr. | |
| template<class T> | |
| boost::shared_ptr< T > | Teuchos::shared_pointer (const RefCountPtr< T > &rcp) |
Conversion function that takes in a Teuchos::RefCountPtr object and spits out a boost::shared_ptr object. | |
|
||||||||||
|
Conversion function that takes in a
If the input
Definition at line 37 of file Teuchos_RefCountPtrBoostSharedPtrConversions.hpp. |
|
||||||||||
|
Conversion function that takes in a
If the input
Definition at line 51 of file Teuchos_RefCountPtrBoostSharedPtrConversions.hpp. |
1.3.9.1