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

Method pushString

src/utilities/idf/IdfObject.cpp:536–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534 }
535
536 bool IdfObject_Impl::pushString() {
537 bool result = IdfObject_Impl::pushString(std::string(), true);
538 if (result) {
539 this->emitChangeSignals();
540 }
541 return result;
542 }
543
544 bool IdfObject_Impl::pushString(bool checkValidity) {
545 return IdfObject_Impl::pushString(std::string(), checkValidity);

Callers 1

setStringMethod · 0.95

Calls 8

emitChangeSignalsMethod · 0.95
hasNameFieldMethod · 0.80
nameFieldIndexMethod · 0.80
isNonextensibleFieldMethod · 0.80
isExtensibleFieldMethod · 0.80
sizeMethod · 0.45
getMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected