| 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 | { |
no outgoing calls
no test coverage detected