Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadValue
Function · 0.80
GetArgs
Function · 0.80
ReadValue
Function · 0.80
GetArgs
Function · 0.80
ReadLinearScalingFactor
Method · 0.80
GetMesh
Method · 0.80
GetSurface
Method · 0.80
GetCrossSections3D
Method · 0.80
GetAlignmentCurve
Method · 0.80
GetColor
Method · 0.80
GetBound
Method · 0.80
GetOrientedEdge
Method · 0.80
Calls
1
ReadString
Method · 0.45
Tested by
2
ReadValue
Function · 0.64
GetArgs
Function · 0.64