QxOrm  1.4.9
C++ Object Relational Mapping library

qx::service::QxTools : provide some tools to read/write on socket all datas transfered by QxService module of QxOrm library More...

#include <QxTools.h>

List of all members.

Static Public Member Functions

static qx_bool readSocket (QTcpSocket &socket, QxTransaction &transaction, quint32 &size)
static qx_bool writeSocket (QTcpSocket &socket, QxTransaction &transaction, quint32 &size)

Detailed Description

qx::service::QxTools : provide some tools to read/write on socket all datas transfered by QxService module of QxOrm library

Click here to access to a tutorial to explain how to work with QxService module.

Definition at line 58 of file QxTools.h.


Member Function Documentation

static qx_bool qx::service::QxTools::readSocket ( QTcpSocket &  socket,
QxTransaction transaction,
quint32 &  size 
) [static]
static qx_bool qx::service::QxTools::writeSocket ( QTcpSocket &  socket,
QxTransaction transaction,
quint32 &  size 
) [static]

The documentation for this class was generated from the following file: