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

Method hasHandleField

src/utilities/idd/IddObject.cpp:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 }
207
208 bool IddObject_Impl::hasHandleField() const {
209 return ((!m_fields.empty()) && (m_fields[0].properties().type == IddFieldType::HandleType));
210 }
211
212 bool IddObject_Impl::hasNameField() const {
213 if (m_nameFieldCache) {

Callers 9

initializeOnAddMethod · 0.80
setPointerMethod · 0.80
idfObjectImplPtrMethod · 0.80
addObjectsMethod · 0.80
addAndInsertObjectsMethod · 0.80
simpleAddObjectsMethod · 0.80
IdfObject_ImplMethod · 0.80
isDataFieldMethod · 0.80
loadMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected