OESetFingerPrintValue
bool OESetFingerPrintValue(OERecord& rec,
const OEField<OEGraphSim::OEFingerPrint>& field,
const OEGraphSim::OEFingerPrint& fp)
Sets a fingerprint value on a record.
- rec
The record on which the fingerprint value is set.
- field
The field descriptor that identifies the fingerprint field on the record.
- fp
The fingerprint to store.
Returns true if the value was successfully stored.