Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Teuchos_RCPBoostSharedPtrConversionsDecl.hpp File Reference
#include "Teuchos_RCPDecl.hpp"
#include "boost/shared_ptr.hpp"
Include dependency graph for Teuchos_RCPBoostSharedPtrConversionsDecl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Teuchos::DeallocBoostSharedPtr< T >
 Teuchos::RCP Deallocator class that wraps a boost::shared_ptr More...
 
class  Teuchos::RCPDeleter< T >
 boost::shared_ptr deleter class that wraps a Teuchos::RCP. More...
 

Namespaces

 Teuchos
 
 boost
 

Functions

template<class T >
bool boost::is_null (const boost::shared_ptr< T > &p)
 Returns true if p.get()==NULL. More...
 
template<class T >
bool boost::nonnull (const boost::shared_ptr< T > &p)
 Returns true if p.get()!=NULL. More...