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

Method type

src/measure/OSArgument.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 OSArgumentType OSArgument::type() const {
121 return m_type;
122 }
123
124 boost::optional<std::string> OSArgument::units() const {
125 return m_units;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected