MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / GetDecodedStringArgument

Method GetDecodedStringArgument

src/cpp/web-ifc/parsing/IfcLoader.cpp:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 }
349
350 std::string IfcLoader::GetDecodedStringArgument() const
351 {
352 std::string_view str = GetStringArgument();
353 return p21decode(str);
354 }
355
356 void IfcLoader::PushDouble(double input)
357 {

Callers 2

ReadValueFunction · 0.80
ReadValueFunction · 0.80

Calls 1

p21decodeFunction · 0.85

Tested by 1

ReadValueFunction · 0.64