| 160 | } |
| 161 | |
| 162 | size_t IfcTokenStream::GetReadOffset() |
| 163 | { |
| 164 | return _cChunk->GetTokenRef() + _readPtr; |
| 165 | } |
| 166 | |
| 167 | IfcTokenStream * IfcTokenStream::Clone() { |
| 168 | IfcTokenStream * newStream = new IfcTokenStream(_activeChunks,_maxChunks,_chunks,_fileStream->Clone()); |
no test coverage detected