![]() |
GemaCoreLib
The GeMA Core library
|
A tracked data value. Can be either a double vector or a string. Thanks to the implicitly shared nature of a QVector/QString, the result data can be transfered to and from a message object without copying. More...
#include <gmResultTrackedData.h>
Public Member Functions | |
GmResultTrackedData (double val) | |
GmResultTrackedData (double val1, double val2) | |
GmResultTrackedData (double val1, double val2, double val3) | |
GmResultTrackedData (QString val) | |
GmResultTrackedData (QVector< double > &val) | |
Public Attributes | |
QString | _strValue |
A string value. Filled only if _numValue.isEmpty() | |
QVector< double > | _numValue |
A vector with numeric data. Remember that QVector is implicitly shared. | |
A tracked data value. Can be either a double vector or a string. Thanks to the implicitly shared nature of a QVector/QString, the result data can be transfered to and from a message object without copying.