|
ant
A2 ant: class-based analysis framework
|
#include <Matcher.h>
Public Member Functions | |
| bool | operator< (const scored_match< T1, T2 > &rhs) const |
| std::pair< T1, T2 > | getPair () const |
Public Attributes | |
| double | score |
| T1 | a |
| T2 | b |
|
inline |
|
inline |
| T1 ant::analysis::utils::scored_match< T1, T2 >::a |
| T2 ant::analysis::utils::scored_match< T1, T2 >::b |
| double ant::analysis::utils::scored_match< T1, T2 >::score |