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

Method fields

src/utilities/idf/IdfObject.cpp:1950–1952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1948 }
1949
1950 std::vector<std::string> IdfObject_Impl::fields() const {
1951 return m_fields;
1952 }
1953
1954 std::vector<std::string> IdfObject_Impl::fieldComments() const {
1955 return m_fieldComments;

Callers 8

setStartDateMethod · 0.45
translateMeterCustomMethod · 0.45
IdfObject_ImplMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36