KDb
KDbTristate.h
52 * 3-state logical type with three values: @e true, @e false and @e cancelled and convenient operators.
95 * the information about cancellation needs to be transferred up to a higher level of the program.
342//! qDebug() stream operator. Writes tristate value to the debug output in a nicely formatted way.
3-state logical type with three values: true, false and cancelled and convenient operators.
Definition KDbTristate.h:101
bool operator~() const
Special casting to bool type: true is only returned if the original tristate value is equal to cancel...
Definition KDbTristate.h:140
bool operator!() const
Casting to bool type with negation: true is only returned if the original tristate value is equal to ...
Definition KDbTristate.h:132
friend bool operator==(bool boolValue, tristate tsValue)
Equality operator comparing a bool value boolValue and a tristate value tsValue.
Definition KDbTristate.h:264
friend QDebug operator<<(QDebug dbg, tristate tsValue)
qDebug() stream operator. Writes tristate value to the debug output in a nicely formatted way.
Definition KDbTristate.h:343
friend bool operator!=(bool boolValue, tristate tsValue)
Inequality operator comparing a bool value boolValue and a tristate value tsValue.
Definition KDbTristate.h:228
QDebug & nospace()
QDebug & space()
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:51:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:51:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.