{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QVector.QXmlStreamAttribute ( QVectorQXmlStreamAttributeValue (..), QVectorQXmlStreamAttributeConstPtr (..), QVectorQXmlStreamAttributePtr (..), QVectorQXmlStreamAttributeConst, QVectorQXmlStreamAttribute, castConst, cast, downCastConst, downCast, new, newCopy, newWithSize, newWithSizeAndValue, aDD, aSSIGN, append, appendVector, array, arrayConst, at, atConst, capacity, clear, contains, count, endsWith, fill, fillResize, first, firstConst, get, indexOf, indexOfFrom, insert, insertMany, isEmpty, last, lastConst, lastIndexOf, lastIndexOfFrom, mid, midLength, prepend, remove, removeAll, removeFirst, removeLast, removeMany, removeOne, replace, reserve, resize, size, squeeze, startsWith, swap, takeAt, takeFirst, takeLast, value, valueOr, ) where import Graphics.UI.Qtah.Generated.Core.QVector.QXmlStreamAttribute import Prelude () castConst = toQVectorQXmlStreamAttributeConst cast = toQVectorQXmlStreamAttribute downCastConst = downToQVectorQXmlStreamAttributeConst downCast = downToQVectorQXmlStreamAttribute