24  for ( 
int idx = 0; idx < count(); ++idx )
 
   26    const QVariant v = at( idx );
 
 
   35  if ( attributes.isEmpty() )
 
   36    return std::numeric_limits<uint>::max();
 
   38    return qHash( attributes.at( 0 ) );
 
 
CORE_EXPORT QgsAttributeMap toMap() const
Returns a QgsAttributeMap of the attribute values.
 
uint qHash(const QgsAttributes &attributes)
Hash for QgsAttributes.
 
QMap< int, QVariant > QgsAttributeMap