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

Go to the source code of this file.

Functions

template<class T >
bool testArray (const int n, Teuchos::FancyOStream &out)
 
template<class T >
bool testArrayOpaqueWithoutTNT (const std::string &T_name, const int n, const T &someValue, Teuchos::FancyOStream &out)
 
template<class T >
bool testArrayOpaqueWithTNT (const int n, const T &someValue, Teuchos::FancyOStream &out)
 
int main (int argc, char *argv[])
 

Function Documentation

template<class T >
bool testArray ( const int  n,
Teuchos::FancyOStream out 
)

Definition at line 61 of file Array_test.cpp.

template<class T >
bool testArrayOpaqueWithoutTNT ( const std::string &  T_name,
const int  n,
const T &  someValue,
Teuchos::FancyOStream out 
)

Definition at line 763 of file Array_test.cpp.

template<class T >
bool testArrayOpaqueWithTNT ( const int  n,
const T &  someValue,
Teuchos::FancyOStream out 
)

Definition at line 834 of file Array_test.cpp.

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

Definition at line 916 of file Array_test.cpp.