| 1035 | } |
| 1036 | |
| 1037 | std::vector<unsigned> IdfObject_Impl::objectListFields() const { |
| 1038 | UnsignedVector result = m_iddObject.objectListFields(); |
| 1039 | result = trimFieldIndices(result); |
| 1040 | result = repeatExtensibleIndices(result); |
| 1041 | return result; |
| 1042 | } |
| 1043 | |
| 1044 | bool IdfObject_Impl::isDataField(unsigned index) const { |
| 1045 | if (index >= numFields()) { |
no outgoing calls