|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <TraitsTests.hpp>
Inherits CppUnit::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 |
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 88 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 96 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testValueType |
Definition at line 107 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testIsADType |
Definition at line 118 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testIsScalarType |
Definition at line 126 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testValue |
Definition at line 134 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testScalarValue |
Definition at line 146 of file TraitsTests.hpp.
| void TraitsTests< ADType >::testStringName |
Definition at line 158 of file TraitsTests.hpp.
|
protected |
Definition at line 83 of file TraitsTests.hpp.