Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testDataValue
Function · 0.80
run_string_conversions1
Method · 0.80
run_string_lists
Method · 0.80
Calls
3
toIntVector
Method · 0.80
toDoubleVector
Method · 0.80
toChar
Method · 0.45
Tested by
3
testDataValue
Function · 0.64
run_string_conversions1
Method · 0.64
run_string_lists
Method · 0.64