OTest2
A C++ testing framework
OTest2::DiffScoreLCS< Type_ > Member List

This is the complete list of members for OTest2::DiffScoreLCS< Type_ >, including all inherited members.

betterScore(int score1_, int score2_) constOTest2::DiffScoreLCS< Type_ >inline
scoreDel(int step_, const Type_ right_[], int right_index_) constOTest2::DiffScoreLCS< Type_ >inline
scoreIns(int step_, const Type_ left_[], int left_index_) constOTest2::DiffScoreLCS< Type_ >inline
scoreSub(int step_, const Type_ left_[], int left_index_, const Type_ right_[], int right_index_) constOTest2::DiffScoreLCS< Type_ >inline