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

Method uniqueObjects

src/utilities/idd/IddFile.cpp:128–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 std::vector<IddObject> IddFile_Impl::uniqueObjects() const {
129 IddObjectVector result;
130 for (const IddObject& object : m_objects) {
131 if (object.properties().unique) {
132 result.push_back(object);
133 }
134 }
135 return result;
136 }
137
138 // SETTERS
139

Callers 4

validityReportMethod · 0.45
validityReportMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36