14 #ifndef SUBSTREAMBUF_H 15 #define SUBSTREAMBUF_H 32 virtual std::streampos seekoff(std::streamoff off, ios_seekdir dir, ios_openmode which);
33 virtual std::streampos seekpos(std::streampos pos, ios_openmode which);
36 virtual int overflow(
int c);
38 virtual int underflow();
43 std::streampos _start;
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class provides a locking wrapper around an arbitrary istream pointer.
The streambuf object that implements ISubStream.
This class provides a locking wrapper around an arbitrary ostream pointer.