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

Function getIddObjectTypeSet

src/utilities/idd/IddObject.cpp:821–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821IddObjectTypeSet getIddObjectTypeSet(const IddObjectVector& objects) {
822 IddObjectTypeSet result;
823 for (const IddObject& object : objects) {
824 result.insert(object.type());
825 }
826 return result;
827}
828
829std::vector<std::string> getIddKeyNames(const IddObject& object, unsigned index) {
830 StringVector result;

Callers 1

TEST_FFunction · 0.85

Calls 2

insertMethod · 0.45
typeMethod · 0.45

Tested by 1

TEST_FFunction · 0.68