Sacado Package Browser (Single Doxygen Collection)  Version of the Day
Protected Types | Protected Member Functions | Protected Attributes | List of all members
TraitsTests< ADType > Class Template Reference

#include <TraitsTests.hpp>

Inheritance diagram for TraitsTests< ADType >:
Inheritance graph
[legend]

Protected Types

typedef Sacado::mpl::apply< ADType, double >::type ad1_t
 
typedef Sacado::mpl::apply< ADType, ad1_t >::type ad2_t
 

Protected Member Functions

 TraitsTests ()
 
 ~TraitsTests ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Attributes

Sacado::Random< double > urand
 
ad1_t ad1
 
ad2_t ad2
 

Additional Inherited Members

- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestCase ()
 
static void SetUpTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool IsSkipped ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 

Detailed Description

template<class ADType>
class TraitsTests< ADType >

Definition at line 44 of file TraitsTests.hpp.

Member Typedef Documentation

◆ ad1_t

template<class ADType >
typedef Sacado::mpl::apply<ADType,double>::type TraitsTests< ADType >::ad1_t
protected

Definition at line 47 of file TraitsTests.hpp.

◆ ad2_t

template<class ADType >
typedef Sacado::mpl::apply<ADType,ad1_t>::type TraitsTests< ADType >::ad2_t
protected

Definition at line 48 of file TraitsTests.hpp.

Constructor & Destructor Documentation

◆ TraitsTests()

template<class ADType >
TraitsTests< ADType >::TraitsTests ( )
inlineprotected

Definition at line 59 of file TraitsTests.hpp.

◆ ~TraitsTests()

template<class ADType >
TraitsTests< ADType >::~TraitsTests ( )
inlineprotected

Definition at line 60 of file TraitsTests.hpp.

Member Data Documentation

◆ urand

template<class ADType >
Sacado::Random<double> TraitsTests< ADType >::urand
protected

Definition at line 51 of file TraitsTests.hpp.

◆ ad1

template<class ADType >
ad1_t TraitsTests< ADType >::ad1
protected

Definition at line 56 of file TraitsTests.hpp.

◆ ad2

template<class ADType >
ad2_t TraitsTests< ADType >::ad2
protected

Definition at line 57 of file TraitsTests.hpp.


The documentation for this class was generated from the following file: