Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 45 of file TraitsTests.hpp.

Member Typedef Documentation

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

Definition at line 48 of file TraitsTests.hpp.

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

Definition at line 49 of file TraitsTests.hpp.

Constructor & Destructor Documentation

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

Definition at line 60 of file TraitsTests.hpp.

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

Definition at line 61 of file TraitsTests.hpp.

Member Data Documentation

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

Definition at line 52 of file TraitsTests.hpp.

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

Definition at line 57 of file TraitsTests.hpp.

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

Definition at line 58 of file TraitsTests.hpp.


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