REC RPC library
|
#include <QObject>
#include <QHostAddress>
#include <QString>
#include <QDataStream>
#include <QMetaType>
#include <QDebug>
Go to the source code of this file.
Classes | |
class | rec::rpc::ClientInfo |
RPC client info. More... | |
Namespaces | |
rec | |
rec::rpc | |
Typedefs | |
typedef QSet< ClientInfo > | rec::rpc::ClientInfoSet |
Set of ClientInfos typedef. More... | |
typedef QMap< QString, ClientInfo > | rec::rpc::ClientInfoMap |
Map of ClientInfos typedef. More... | |