Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadValue
Function · 0.80
ReadValue
Function · 0.80
Calls
1
p21decode
Function · 0.85
Tested by
1
ReadValue
Function · 0.64