Test::LDSB::LDSBSet< T > Class Template Reference
Test for LDSB infrastructure More...
Public Member Functions | |
| LDSBSet (std::string label, unsigned int c=0, unsigned int a=0) | |
| Initialize test. | |
| bool | run (void) |
| Perform actual tests. | |
Public Attributes | |
| unsigned int | c_d |
| Recomputation distance. | |
| unsigned int | a_d |
| Adaptation distance. | |
Detailed Description
template<class T>
class Test::LDSB::LDSBSet< T >
Test for LDSB infrastructure
Definition at line 226 of file ldsb.cpp.
Constructor & Destructor Documentation
template<class T >
| Test::LDSB::LDSBSet< T >::LDSBSet | ( | std::string | label, | |
| unsigned int | c = 0, |
|||
| unsigned int | a = 0 | |||
| ) | [inline] |
Member Function Documentation
template<class T >
| bool Test::LDSB::LDSBSet< T >::run | ( | void | ) | [inline, virtual] |
Member Data Documentation
template<class T >
| unsigned int Test::LDSB::LDSBSet< T >::c_d |
Recomputation distance.
template<class T >
| unsigned int Test::LDSB::LDSBSet< T >::a_d |
The documentation for this class was generated from the following file:
- test/ldsb.cpp
