Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
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... | |