MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / operator()

Method operator()

src/ifcparse/IfcParse.cpp:894–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892 }
893
894 void StringBuilderVisitor::operator()(const std::vector<int>& i) { serialize(i); }
895 void StringBuilderVisitor::operator()(const std::vector<double>& i) { serialize(i); }
896 void StringBuilderVisitor::operator()(const std::vector<std::string>& i) { serialize(i); }
897 void StringBuilderVisitor::operator()(const std::vector<boost::dynamic_bitset<>>& i) { serialize(i); }

Callers

nothing calls this directly

Calls 4

traverse_Function · 0.85
serializeFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected