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

Method Back

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

Source from the content-addressed store, hash-verified

59 }
60
61 void IfcTokenStream::IfcFileStream::Back()
62 {
63 if (_pointer == 0)
64 {
65 if (_startRef > 0) {
66 _startRef--;
67 load();
68 _pointer = 0;
69 }
70 }
71 else
72 {
73 _pointer--;
74 }
75 }
76
77 void IfcTokenStream::IfcFileStream::Clear()
78 {

Callers 2

StepBackMethod · 0.45
LoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected