KCalCore Library
person.h
Go to the documentation of this file.
199 // TODO_KDE5: FIXME: This operator does slicing,if the object is in fact one of the derived classes (Attendee)
209KCALCORE_EXPORT QDataStream &operator<<(QDataStream &stream, const KCalCore::Person::Ptr &person);
friend KCALCORE_EXPORT QDataStream & operator<<(QDataStream &s, const KCalCore::Person::Ptr &person)
Serializes the person object into the stream.
friend KCALCORE_EXPORT QDataStream & operator>>(QDataStream &s, KCalCore::Person::Ptr &person)
Initializes the person object from the stream.
KCALCORE_EXPORT QDataStream & operator>>(QDataStream &in, const KCalCore::Alarm::Ptr &)
Alarm deserializer.
Definition: alarm.cpp:863
KCALCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalCore::Alarm::Ptr &)
Alarm serializer.
Definition: alarm.cpp:853
KCALCORE_EXPORT uint qHash(const KCalCore::Person &key)
Return a hash value for a Person argument.
Definition: person.cpp:171
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.