|
Vidalia 0.2.15
|
#include "ServiceList.h"Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &out, const ServiceList &myObj) |
| QDataStream & | operator>> (QDataStream &in, ServiceList &myObj) |
| QDataStream& operator<< | ( | QDataStream & | out, |
| const ServiceList & | myObj | ||
| ) |
Writes ServiceList class data from myObj to the QDataStream out.
Definition at line 38 of file ServiceList.cpp.
References ServiceList::services().
| QDataStream& operator>> | ( | QDataStream & | in, |
| ServiceList & | myObj | ||
| ) |
Reads ServiceList class data in from the QDataStream in and populates * the myObj object accordingly.
Definition at line 46 of file ServiceList.cpp.
References ServiceList::setServices().
1.7.4