| 206 | } |
| 207 | |
| 208 | bool IddObject_Impl::hasHandleField() const { |
| 209 | return ((!m_fields.empty()) && (m_fields[0].properties().type == IddFieldType::HandleType)); |
| 210 | } |
| 211 | |
| 212 | bool IddObject_Impl::hasNameField() const { |
| 213 | if (m_nameFieldCache) { |
no test coverage detected