MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / eof

Method eof

OgreMain/src/OgreDataStream.cpp:456–456  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

454 }
455 //-----------------------------------------------------------------------
456 bool MemoryDataStream::eof() const { return mPos >= mEnd; }
457 //-----------------------------------------------------------------------
458 void MemoryDataStream::close()
459 {

Callers 3

MemoryDataStreamMethod · 0.45
readLineMethod · 0.45
skipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected