44 inline double GetScore()
const{
return m_score; }
56 inline void SetScore(
double value) { m_scoreHasBeenSet =
true; m_score = value; }
88 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
131 inline void SetBeginOffset(
int value) { m_beginOffsetHasBeenSet =
true; m_beginOffset = value; }
168 inline void SetEndOffset(
int value) { m_endOffsetHasBeenSet =
true; m_endOffset = value; }
182 bool m_scoreHasBeenSet;
185 bool m_textHasBeenSet;
188 bool m_beginOffsetHasBeenSet;
191 bool m_endOffsetHasBeenSet;