Heart 1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
|
#include <QByteArray>
#include <QDataStream>
#include <QVariantMap>
#include "heart_global.h"
#include <type_traits>
Go to the source code of this file.
Classes | |
class | QH::StreamBase |
The StreamBase class add support streaming data for all children classes. For correctly working all serializations functions you need to override fromStream and toStream methods. All implementations of overridden method should be contains a invoke of method of base class. More... | |
Namespaces | |
namespace | QH |
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart library. | |