kiten/lib
DictQuery.cpp File Reference
#include "DictQuery.h"
#include <QtCore/QStringList>
#include <QtCore/QString>
#include <kdebug.h>
Include dependency graph for DictQuery.cpp:

Go to the source code of this file.
Functions | |
| bool | operator!= (const DictQuery &other, const DictQuery &query) |
| DictQuery | operator+ (const DictQuery &a, const DictQuery &b) |
| bool | operator< (const DictQuery &A, const DictQuery &B) |
| bool | operator== (const DictQuery &other, const DictQuery &query) |
Function Documentation
Definition at line 162 of file DictQuery.cpp.
.. similer to operator+=
Definition at line 144 of file DictQuery.cpp.
A better way to think of this might be the "subset" operator
Definition at line 166 of file DictQuery.cpp.
.. only each element that is one of the DictQuery objects appears in the other
Definition at line 150 of file DictQuery.cpp.
KDE 4.2 API Reference