KDECore
klocalizeddate.cpp File Reference
Include dependency graph for klocalizeddate.cpp:
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
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.
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.
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 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:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.