MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / DataValue

Method DataValue

src/openms/source/DATASTRUCTURES/DataValue.cpp:26–31  ·  view source on GitHub ↗

default ctor

Source from the content-addressed store, hash-verified

24
25 // default ctor
26 DataValue::DataValue() :
27 value_type_(EMPTY_VALUE),
28 unit_type_(OTHER),
29 unit_(-1)
30 {
31 }
32
33 // destructor
34 DataValue::~DataValue()

Callers 3

testDataValueFunction · 0.80
run_string_listsMethod · 0.80

Calls 3

toIntVectorMethod · 0.80
toDoubleVectorMethod · 0.80
toCharMethod · 0.45

Tested by 3

testDataValueFunction · 0.64
run_string_listsMethod · 0.64