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

Method operator()

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

Source from the content-addressed store, hash-verified

793 : data_(stream),
794 upper_(upper) {}
795 void operator()(const Blank& /*i*/) { data_ << "$"; }
796 void operator()(const Derived& /*i*/) { data_ << "*"; }
797 void operator()(const int& i) { data_ << i; }
798 void operator()(const bool& i) { data_ << (i ? ".T." : ".F."); }

Callers

nothing calls this directly

Calls 7

get_schemaFunction · 0.85
toStringMethod · 0.80
valueMethod · 0.45
schemaMethod · 0.45
idMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected