| 18 | : m_index(index), m_oldValue(oldValue), m_newValue(newValue) {} |
| 19 | |
| 20 | boost::optional<unsigned> IdfObjectDiff_Impl::index() const { |
| 21 | return m_index; |
| 22 | } |
| 23 | |
| 24 | bool IdfObjectDiff_Impl::isNull() const { |
| 25 | bool result = true; |
no outgoing calls
no test coverage detected