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

Method index

src/utilities/idf/IdfObjectDiff.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 : m_index(index), m_oldValue(oldValue), m_newValue(newValue) {}
19
20 boost::optional<unsigned> IdfObjectDiff_Impl::index() const {
21 return m_index;
22 }
23
24 bool IdfObjectDiff_Impl::isNull() const {
25 bool result = true;

Callers 4

emitChangeSignalsMethod · 0.45
mf_toIndexMethod · 0.45
getExtensibleGroupMethod · 0.45
emitChangeSignalsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected