#include <bestShiftStruct.h>

Public Member Functions | |
| bestShiftStruct () | |
| ~bestShiftStruct () | |
| void | set (bestShiftStruct l_bestShiftStruct) |
| void | set (bestShiftStruct *l_bestShiftStruct) |
| void | setEmpty (bool b) |
| void | setBestShift (terShift *l_terShift) |
| void | setBestAlign (terAlignment *l_terAlignment) |
| string | toString () |
| bool | getEmpty () |
Public Attributes | |
| terShift * | m_best_shift |
| terAlignment * | m_best_align |
| bool * | m_empty |
Definition at line 39 of file bestShiftStruct.h.
| TERCPPNS_TERCpp::bestShiftStruct::bestShiftStruct | ( | ) |
Definition at line 27 of file bestShiftStruct.cpp.
References m_best_align, m_best_shift, and m_empty.
| TERCPPNS_TERCpp::bestShiftStruct::~bestShiftStruct | ( | ) |
| bool TERCPPNS_TERCpp::bestShiftStruct::getEmpty | ( | ) |
| void TERCPPNS_TERCpp::bestShiftStruct::set | ( | bestShiftStruct * | l_bestShiftStruct | ) | [inline] |
Definition at line 68 of file bestShiftStruct.h.
References m_best_align, m_best_shift, TERCPPNS_TERCpp::terAlignment::set(), TERCPPNS_TERCpp::terShift::set(), and setEmpty().

| void TERCPPNS_TERCpp::bestShiftStruct::set | ( | bestShiftStruct | l_bestShiftStruct | ) | [inline] |
Definition at line 63 of file bestShiftStruct.h.
References m_best_align, m_best_shift, TERCPPNS_TERCpp::terAlignment::set(), TERCPPNS_TERCpp::terShift::set(), and setEmpty().

| void TERCPPNS_TERCpp::bestShiftStruct::setBestAlign | ( | terAlignment * | l_terAlignment | ) |
Definition at line 46 of file bestShiftStruct.cpp.
References m_best_align, and TERCPPNS_TERCpp::terAlignment::set().

| void TERCPPNS_TERCpp::bestShiftStruct::setBestShift | ( | terShift * | l_terShift | ) |
Definition at line 42 of file bestShiftStruct.cpp.
References m_best_shift, and TERCPPNS_TERCpp::terShift::set().

| void TERCPPNS_TERCpp::bestShiftStruct::setEmpty | ( | bool | b | ) |
Definition at line 38 of file bestShiftStruct.cpp.
References m_empty.
Referenced by TERCPPNS_TERCpp::terCalc::findBestShift(), and set().

| string TERCPPNS_TERCpp::bestShiftStruct::toString | ( | ) |
Definition at line 50 of file bestShiftStruct.cpp.
References m_best_align, m_best_shift, TERCPPNS_TERCpp::terAlignment::toString(), and TERCPPNS_TERCpp::terShift::toString().

Definition at line 59 of file bestShiftStruct.h.
Referenced by bestShiftStruct(), TERCPPNS_TERCpp::terCalc::findBestShift(), set(), setBestAlign(), toString(), and ~bestShiftStruct().
Definition at line 58 of file bestShiftStruct.h.
Referenced by bestShiftStruct(), TERCPPNS_TERCpp::terCalc::findBestShift(), set(), setBestShift(), toString(), and ~bestShiftStruct().
Definition at line 60 of file bestShiftStruct.h.
Referenced by bestShiftStruct(), getEmpty(), and setEmpty().
1.5.9