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

Method Back

src/cpp/web-ifc/parsing/IfcTokenStream.cpp:143–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 void IfcTokenStream::Back()
144 {
145 if (_readPtr == 0 )
146 {
147 if (_currentChunk > 0)
148 {
149 _cChunk = &_chunks[--_currentChunk];
150 _readPtr=_cChunk->TokenSize()-1;
151 return;
152 }
153 }
154 _readPtr--;
155 }
156
157 bool IfcTokenStream::IsAtEnd()
158 {

Callers

nothing calls this directly

Calls 1

TokenSizeMethod · 0.80

Tested by

no test coverage detected