MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / seekpos

Method seekpos

src/Abyss/FileSystem/MPQ.cpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63std::streambuf::pos_type MPQStream::seekpos(const pos_type pos, const std::ios_base::openmode which) { return seekoff(pos, std::ios_base::beg, which); }
64
65std::streambuf::pos_type MPQStream::seekoff(const off_type off, const std::ios_base::seekdir dir, std::ios_base::openmode which) {
66 std::streamsize newPos = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected