kiten/lib
dictquery.cpp File Reference
Include dependency graph for dictquery.cpp:
Go to the source code of this file.
Functions | |
bool | operator!= (const DictQuery &a, const DictQuery &b) |
DictQuery | operator+ (const DictQuery &a, const DictQuery &b) |
bool | operator< (const DictQuery &a, const DictQuery &b) |
bool | operator== (const DictQuery &a, const DictQuery &b) |
Function Documentation
Definition at line 215 of file dictquery.cpp.
similer to operator+=
Definition at line 191 of file dictquery.cpp.
A better way to think of this might be the "subset" operator
Definition at line 220 of file dictquery.cpp.
only each element that is one of the DictQuery objects appears in the other.
Definition at line 198 of file dictquery.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.