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

Method Forward

src/cpp/web-ifc/parsing/IfcFileStream.cpp:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 void IfcTokenStream::IfcFileStream::Forward()
52 {
53 _pointer++;
54 if (_pointer == _currentSize && _currentSize != 0)
55 {
56 _startRef += _currentSize;
57 load();
58 }
59 }
60
61 void IfcTokenStream::IfcFileStream::Back()
62 {

Callers 6

ParseLinesMethod · 0.45
GetSetArgumentMethod · 0.45
GetSetListArgumentMethod · 0.45
ArgumentOffsetMethod · 0.45
GetNoLineArgumentsMethod · 0.45
LoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected