Ejemplo n.º 1
0
void QuantumTSTaggedInt64AttributeHandler::_consumeValue(const std::string& key,
                                                         const KeyValue& value) {
    consumeTSTaggedValue(key,
                         attribute,
                         value->getUInt64Value(ts_attribute),
                         value->getInt64Value(attribute));
}