68 for ( ; it !=
end; ++
it)
107 for ( ; it !=
end; ++
it)
109 result += it->second;
128 return (
url == other.
url);
#define QT_END_NAMESPACE
This macro expands to.
#define it(className, varName)
The QByteArray class provides an array of bytes.
iterator begin()
Returns an STL-style iterator pointing to the first item in the list.
const_iterator constBegin() const
Returns a const STL-style iterator pointing to the first item in the list.
The QUrl class provides a convenient interface for working with URLs.
bool isEmpty() const
Returns true if the list contains no items; otherwise returns false.
void append(const T &t)
Inserts value at the end of the list.
#define QT_BEGIN_NAMESPACE
This macro expands to.
iterator end()
Returns an STL-style iterator pointing to the imaginary item after the last item in the list...
qulonglong toULongLong(bool *ok=0, int base=10) const
Returns the byte array converted to an {unsigned long long} using base base, which is 10 by default a...
static const char * data(const QByteArray &arr)
T & first()
Returns a reference to the first item in the list.
const char * constData() const
Returns a pointer to the data stored in the byte array.
iterator erase(iterator pos)
Removes the item associated with the iterator pos from the list, and returns an iterator to the next ...
The QSharedData class is a base class for shared data objects.
Q_OUTOFLINE_TEMPLATE QPair< T1, T2 > qMakePair(const T1 &x, const T2 &y)
Q_CORE_EXPORT int qstricmp(const char *, const char *)
static const KeyPair *const end
static QByteArray number(int, int base=10)
Returns a byte array containing the string equivalent of the number n to base base (10 by default)...
The QList class is a template class that provides lists.
const_iterator constEnd() const
Returns a const STL-style iterator pointing to the imaginary item after the last item in the list...