MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / empty

Method empty

src/utilities/units/OSQuantityVector.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool OSQuantityVector::empty() const {
87 return m_values.empty();
88}
89
90unsigned OSQuantityVector::size() const {
91 return m_values.size();

Callers 15

convertMethod · 0.45
QuantityConverterMethod · 0.45
m_convertToSIMethod · 0.45
m_convertFromSIMethod · 0.45
extractScaleAbbreviationFunction · 0.45
registerUnitMethod · 0.45
createUnitMethod · 0.45
createUnitSimpleMethod · 0.45
extractUnitStringFunction · 0.45
convertToStandardFormFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36