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

Method GetIntArgument

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

Source from the content-addressed store, hash-verified

386 }
387
388 long IfcLoader::GetIntArgument() const
389 {
390 std::string_view str = GetStringArgument();
391 return std::stoll(std::string(str));
392 }
393
394 long IfcLoader::GetIntArgument(const uint32_t tapeOffset) const
395 {

Callers 7

ReadValueFunction · 0.80
ReadValueFunction · 0.80
GetSurfaceMethod · 0.80
ComputeCurveMethod · 0.80
ReadCurveIndicesMethod · 0.80

Calls 1

MoveToMethod · 0.80

Tested by 1

ReadValueFunction · 0.64