Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
ArrayConversions_UnitTest_helpers.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ArrayConversionsUnitTestHelpers::RCP< T >
 Smart reference counting pointer class for automatic garbage collection. More...
 
class  ArrayConversionsUnitTestHelpers::Ptr< T >
 Simple wrapper class for raw pointers to single objects where no persisting relationship exists. More...
 
class  ArrayConversionsUnitTestHelpers::Array< T >
 Replacement for std::vector that is compatible with the Teuchos Memory Management classes. More...
 
class  ArrayConversionsUnitTestHelpers::ArrayView< T >
 Nonowning array view. More...
 

Namespaces

namespace  ArrayConversionsUnitTestHelpers
 

Functions

template<class T>
Array< RCP< T > > ArrayConversionsUnitTestHelpers::generateArrayRcp (const Teuchos_Ordinal n_in)
 
template<class T>
Array< RCP< T > > ArrayConversionsUnitTestHelpers::generateArrayRcpGen (const Teuchos_Ordinal n_in)
 
template<class T>
ArrayConversionsUnitTestHelpers::testArrayViewInput (const ArrayView< const Ptr< const T > > &a_in)
 
template<class T>
void ArrayConversionsUnitTestHelpers::testArrayViewOutput (const ArrayView< const Ptr< T > > &a_out)
 
template<class T, class Dealloc_T>
TEUCHOS_DEPRECATED RCP< T > ArrayConversionsUnitTestHelpers::rcp (T *p, Dealloc_T dealloc, bool owns_mem)
 Deprecated.
 
template<class TypeTo, class TypeFrom>
TypeTo ArrayConversionsUnitTestHelpers::as (const TypeFrom &t)
 Convert from one value type to another.
 

Variables

Teuchos_Ordinal ArrayConversionsUnitTestHelpers::n