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

Method GetReadOffset

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

Source from the content-addressed store, hash-verified

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());

Callers 4

ParseLinesMethod · 0.80
GetSetArgumentMethod · 0.80
GetSetListArgumentMethod · 0.80

Calls 1

GetTokenRefMethod · 0.80

Tested by

no test coverage detected