KDECore
klocalizeddate.cpp File Reference
Go to the source code of this file.
Functions | |
QDataStream & | operator<< (QDataStream &out, const KLocalizedDate &date) |
QDebug | operator<< (QDebug dbg, const KLocalizedDate &date) |
QDataStream & | operator>> (QDataStream &in, KLocalizedDate &date) |
Function Documentation
◆ operator<<() [1/2]
QDataStream & operator<< | ( | QDataStream & | out, |
const KLocalizedDate & | date | ||
) |
Data stream output operator.
- Parameters
-
out the datastream to write to date the date to write to the stream
Definition at line 590 of file klocalizeddate.cpp.
◆ operator<<() [2/2]
QDebug operator<< | ( | QDebug | debug, |
const KLocalizedDate & | date | ||
) |
Debug stream output operator.
- Parameters
-
debug the debug datastream to write to date the date to write to the stream
Definition at line 605 of file klocalizeddate.cpp.
◆ operator>>()
QDataStream & operator>> | ( | QDataStream & | in, |
KLocalizedDate & | date | ||
) |
Data stream input operator.
- Parameters
-
in the datastream to read from date the date to read from the stream
Definition at line 595 of file klocalizeddate.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.