45 inline double GetScore()
const{
return m_score; }
57 inline void SetScore(
double value) { m_scoreHasBeenSet =
true; m_score = value; }
84 inline void SetType(
EntityType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
120 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
163 inline void SetBeginOffset(
int value) { m_beginOffsetHasBeenSet =
true; m_beginOffset = value; }
197 inline void SetEndOffset(
int value) { m_endOffsetHasBeenSet =
true; m_endOffset = value; }
210 bool m_scoreHasBeenSet;
213 bool m_typeHasBeenSet;
216 bool m_textHasBeenSet;
219 bool m_beginOffsetHasBeenSet;
222 bool m_endOffsetHasBeenSet;