NAME

Qt::Sql::Template::T000

PUBLIC METHODS

QMap<QString,QVariant>()
QMap<QString,QVariant>(const QMap<QString,QVariant> & other)
~QMap<QString,QVariant>()
void clear()
bool contains(const QString & key)
int count(const QString & key)
void detach()
bool isDetached()
bool isEmpty()
bool isSharedWith(const QMap<QString,QVariant> & other)
const QString key(const QVariant & value)
const QString key(const QVariant & value, const QString & defaultKey)
bool operator!=(const QMap<QString,QVariant> & other)
QMap<QString,QVariant> & operator=(const QMap<QString,QVariant> & other)
bool operator==(const QMap<QString,QVariant> & other)
const QVariant operator[](const QString & key)
int remove(const QString & key)
void setInsertInOrder(bool ordered)
void setSharable(bool sharable)
int size()
QVariant take(const QString & key)
const QVariant value(const QString & key)
const QVariant value(const QString & key, const QVariant & defaultValue)

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html