Heart 1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
|
Go to the source code of this file.
Namespaces | |
namespace | QH |
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart library. | |
Macros | |
#define | base(obj) static_cast<const QHostAddress*>(&obj) |
Functions | |
QDataStream & | QH::operator>> (QDataStream &stream, HostAddress &address) |
QDataStream & | QH::operator<< (QDataStream &stream, const HostAddress &address) |
bool | QH::operator== (const HostAddress &left, const HostAddress &right) |
bool | QH::operator!= (const HostAddress &left, const HostAddress &right) |
uint | QH::qHash (const HostAddress &address) |
#define base | ( | obj | ) | static_cast<const QHostAddress*>(&obj) |
Definition at line 95 of file hostaddress.cpp.