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