Regina Calculation Engine
|
A stream buffer that provides the implementation details for mem_istream. More...
#include <utilities/memstream.h>
Public Member Functions | |
mem_streambuf (const char *begin, const char *end) | |
Initialies a read-only stream buffer that reads from the given array of characters. More... | |
mem_streambuf (const mem_streambuf &rhs)=default | |
Makes a new clone of the given stream buffer. More... | |
mem_streambuf & | operator= (const mem_streambuf &rhs)=default |
Sets this to be a clone of the given stream buffer. More... | |
A stream buffer that provides the implementation details for mem_istream.
End users should not use this class, but should use mem_istream instead. The API for this class is subject to change in future versions of Regina.