86 inline void SetTotal(
const Total& value) { m_totalHasBeenSet =
true; m_total = value; }
91 inline void SetTotal(
Total&& value) { m_totalHasBeenSet =
true; m_total = std::move(value); }
106 bool m_dataSourceHasBeenSet;
109 bool m_totalHasBeenSet;