Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
ArrayRCP_test.cpp File Reference
#include "Teuchos_ArrayRCP.hpp"
#include "Teuchos_Array.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_VerboseObject.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
#include "Teuchos_Version.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_LocalTestingHelpers.hpp"
Include dependency graph for ArrayRCP_test.cpp:

Go to the source code of this file.

Functions

template<class T >
bool test_ArrayRCP_iterators (const Teuchos::ArrayRCP< T > &ptr, Teuchos::FancyOStream &out)
 
template<class T >
bool test_ArrayRCP (const Teuchos::ArrayRCP< T > &ptr, Teuchos::FancyOStream &out)
 
int main (int argc, char *argv[])
 

Function Documentation

template<class T >
bool test_ArrayRCP_iterators ( const Teuchos::ArrayRCP< T > &  ptr,
Teuchos::FancyOStream out 
)

Definition at line 68 of file ArrayRCP_test.cpp.

template<class T >
bool test_ArrayRCP ( const Teuchos::ArrayRCP< T > &  ptr,
Teuchos::FancyOStream out 
)

Definition at line 227 of file ArrayRCP_test.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 358 of file ArrayRCP_test.cpp.