|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <TraitsTests.hpp>
Inherits TestFixture.
Public Member Functions | |
| TraitsTests () | |
| ~TraitsTests () | |
| void | setUp () |
| void | tearDown () |
| void | testScalarType () |
| void | testValueType () |
| void | testIsADType () |
| void | testIsScalarType () |
| void | testValue () |
| void | testScalarValue () |
| void | testStringName () |
Protected Types | |
| typedef Sacado::mpl::apply< ADType, double >::type | ad1_t |
| typedef Sacado::mpl::apply< ADType, ad1_t >::type | ad2_t |
Protected Attributes | |
| Sacado::Random< double > | urand |
| Sacado::Fad::MemPoolManager< double > | poolManager |
| Sacado::Fad::MemPoolManager< Sacado::Fad::DMFad< double > > | poolManager2 |
Private Member Functions | |
| CPPUNIT_TEST_SUITE (TraitsTests) | |
| CPPUNIT_TEST (testScalarType) | |
| CPPUNIT_TEST (testValueType) | |
| CPPUNIT_TEST (testIsADType) | |
| CPPUNIT_TEST (testIsScalarType) | |
| CPPUNIT_TEST (testValue) | |
| CPPUNIT_TEST (testScalarValue) | |
| CPPUNIT_TEST (testStringName) | |
| CPPUNIT_TEST_SUITE_END () | |
Definition at line 46 of file TraitsTests.hpp.
|
protected |
Definition at line 79 of file TraitsTests.hpp.
|
protected |
Definition at line 80 of file TraitsTests.hpp.
| TraitsTests< ADType >::TraitsTests |
Definition at line 92 of file TraitsTests.hpp.
|
inline |
Definition at line 63 of file TraitsTests.hpp.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inline |
Definition at line 65 of file TraitsTests.hpp.
|
inline |
Definition at line 67 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testScalarType |
Definition at line 107 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testValueType |
Definition at line 118 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testIsADType |
Definition at line 129 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testIsScalarType |
Definition at line 137 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testValue |
Definition at line 145 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testScalarValue |
Definition at line 157 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testStringName |
Definition at line 169 of file TraitsTests.hpp.
|
protected |
Definition at line 83 of file TraitsTests.hpp.
|
protected |
Definition at line 86 of file TraitsTests.hpp.
|
protected |
Definition at line 87 of file TraitsTests.hpp.