MCPcopy Create free account
hub / github.com/ImageEngine/cortex / tellg

Method tellg

src/IECore/StreamIndexedIO.cpp:2839–2842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2837}
2838
2839uint64_t StreamIndexedIO::StreamFile::tellg()
2840{
2841 return m_stream->tellg();
2842}
2843
2844uint64_t StreamIndexedIO::StreamFile::tellp()
2845{

Callers 6

openMethod · 0.80
openStreamMethod · 0.80
canReadMethod · 0.80
~StreamFileMethod · 0.80
openMethod · 0.80
readHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected