Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_ArrayRCPDecl.hpp"
#include "Teuchos_ArrayView.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_dyn_cast.hpp"
#include "Teuchos_as.hpp"
Go to the source code of this file.
Classes | |
class | Teuchos::ArcpReinterpretCastEmbeddedObj< T2, T1 > |
Namespaces | |
Teuchos | |
Teuchos::Utilities | |
Functions | |
template<class T > | |
RCPNode * | Teuchos::ArrayRCP_createNewRCPNodeRawPtr (T *p, bool has_ownership_in) |
template<class T , class Dealloc_T > | |
RCPNode * | Teuchos::ArrayRCP_createNewDeallocRCPNodeRawPtr (T *p, Dealloc_T dealloc, bool has_ownership_in) |
template<class T1 , class T2 > | |
void | Teuchos::Utilities::assert_shares_resource (const ArrayRCP< T1 > &p1, const ArrayRCP< T2 > &p2) |