Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThatOpen/engine_web-ifc
/ Prev
Method
Prev
src/cpp/web-ifc/parsing/IfcFileStream.cpp:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
char IfcTokenStream::IfcFileStream::Prev()
84
{
85
if (_pointer == 0) return prev;
86
return _buffer[_pointer-1];
87
}
88
89
bool IfcTokenStream::IfcFileStream::IsAtEnd()
90
{
Callers
1
Load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected