Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
main.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtCore>
#include <QByteArray>
#include <QDataStream>
Include dependency graph for main.cpp:

Go to the source code of this file.

Classes

struct  Movie
 [0] More...

Functions

QDataStreamoperator<< (QDataStream &out, const Movie &movie)
 [0]
QDataStreamoperator>> (QDataStream &in, Movie &movie)
 [1]
int main (int argc, char *argv[])
 [2]

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

[2]

Definition at line 39 of file main.cpp.

References Movie::id.

◆ operator<<()

QDataStream & operator<< ( QDataStream & out,
const Movie & movie )

[0]

[1]

Definition at line 18 of file main.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & in,
Movie & movie )

[1]

[2]

Definition at line 27 of file main.cpp.

References Movie::id.