MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / str

Method str

src/serializers/util.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 return i;
36}
37std::string string_buffer::str() const {
38 std::stringstream ss;
39 for (std::vector< boost::shared_ptr<item> >::const_iterator it = items.begin(); it != items.end(); ++it) {
40 ss << (**it).str();
41 }
42 return ss.str();
43}

Callers 15

escape_for_turtleFunction · 0.45
capture_outputFunction · 0.45
writeMethod · 0.45
write_binaryFunction · 0.45
write_textFunction · 0.45
writeMethod · 0.45
finalizeMethod · 0.45
nameElement_Function · 0.45
writeNodeMethod · 0.45
serializeFunction · 0.45
to_string_fixed_widthFunction · 0.45
format_attributeFunction · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected