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_RCPStdSharedPtrConversionsDecl.hpp File Reference
#include "Teuchos_RCPDecl.hpp"
#include <memory>
Include dependency graph for Teuchos_RCPStdSharedPtrConversionsDecl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Teuchos::DeallocStdSharedPtr< T >
 Teuchos::RCP Deallocator class that wraps a std::shared_ptr More...
 
class  Teuchos::StdSharedPtrRCPDeleter< T >
 std::shared_ptr deleter class that wraps a Teuchos::RCP. More...
 

Namespaces

 Teuchos
 

Functions

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