dcop
kdatastream.h File Reference
#include <qdatastream.h>
Include dependency graph for kdatastream.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
QDataStream & | operator<< (QDataStream &str, unsigned long long int ll) |
QDataStream & | operator<< (QDataStream &str, long long int ll) |
QDataStream & | operator<< (QDataStream &str, bool b) |
QDataStream & | operator>> (QDataStream &str, unsigned long long int &ll) |
QDataStream & | operator>> (QDataStream &str, long long int &ll) |
QDataStream & | operator>> (QDataStream &str, bool &b) |
Function Documentation
QDataStream& operator<< | ( | QDataStream & | str, | |
unsigned long long int | ll | |||
) | [inline] |
Definition at line 38 of file kdatastream.h.
QDataStream& operator<< | ( | QDataStream & | str, | |
long long int | ll | |||
) | [inline] |
Definition at line 21 of file kdatastream.h.
QDataStream& operator<< | ( | QDataStream & | str, | |
bool | b | |||
) | [inline] |
Definition at line 6 of file kdatastream.h.
QDataStream& operator>> | ( | QDataStream & | str, | |
unsigned long long int & | ll | |||
) | [inline] |
Definition at line 47 of file kdatastream.h.
QDataStream& operator>> | ( | QDataStream & | str, | |
long long int & | ll | |||
) | [inline] |
Definition at line 30 of file kdatastream.h.
QDataStream& operator>> | ( | QDataStream & | str, | |
bool & | b | |||
) | [inline] |
Definition at line 12 of file kdatastream.h.