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

Method GetStringArgument

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

Source from the content-addressed store, hash-verified

342 }
343
344 std::string_view IfcLoader::GetStringArgument() const
345 {
346 _tokenStream->Read<char>(); // string type
347 return _tokenStream->ReadString();
348 }
349
350 std::string IfcLoader::GetDecodedStringArgument() const
351 {

Callers 15

ReadValueFunction · 0.80
GetArgsFunction · 0.80
ReadValueFunction · 0.80
GetArgsFunction · 0.80
GetMeshMethod · 0.80
GetSurfaceMethod · 0.80
GetCrossSections3DMethod · 0.80
GetAlignmentCurveMethod · 0.80
GetColorMethod · 0.80
GetBoundMethod · 0.80
GetOrientedEdgeMethod · 0.80

Calls 1

ReadStringMethod · 0.45

Tested by 2

ReadValueFunction · 0.64
GetArgsFunction · 0.64