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

Method isNonextensibleField

src/utilities/idd/IddObject.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 bool IddObject_Impl::isNonextensibleField(unsigned index) const {
195 if (index < m_fields.size()) {
196 return true;
197 }
198 return false;
199 }
200
201 bool IddObject_Impl::isExtensibleField(unsigned index) const {
202 if ((index >= m_fields.size()) && (m_properties.extensible)) {

Callers 4

setStringMethod · 0.80
setStringMethod · 0.80
pushStringMethod · 0.80
setIddObjectMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected