Heart 1.3.842.34c2ab5
Heart is base back end library for your c++ Qt projects.
iparser.h File Reference
#include "distversion.h"
#include "hostaddress.h"
#include <QSharedPointer>
#include <multiversiondata.h>
Include dependency graph for iparser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QH::iParser
 The iParser class This class provide functions for parsing income packages. For yousing just override the iParser::parsePackage method. More...
 

Namespaces

namespace  QH
 The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart library.
 

Typedefs

using QH::PacksMap = QHash< unsigned short, std::function< PKG::AbstractData *()> >
 PacksMap This is hash map where id is command of package and value is factory function.
 

Enumerations

enum class  QH::ParserResult { QH::Error = 0 , QH::NotProcessed = 1 , QH::Processed = 2 }
 The ParserResult enum. Error - parser detect a errorob package. NotProcessed - the parser does not know what to do with the package or has not finished processing it. Processed - the parser finished processing correctly. More...