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

Method Get

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

Source from the content-addressed store, hash-verified

97 }
98
99 char IfcTokenStream::IfcFileStream::Get()
100 {
101 return _buffer[_pointer];
102 }
103
104 IfcTokenStream::IfcFileStream* IfcTokenStream::IfcFileStream::Clone() {
105 IfcFileStream * newStream = new IfcFileStream(_dataSource,_size,_fromStream);

Callers 1

LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected