Regina 7.3 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 &)=delete | |
mem_streambuf & | operator= (const mem_streambuf &)=delete |
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.
|
inline |
Initialies a read-only stream buffer that reads from the given array of characters.
begin | a pointer to the beginning of the array to read. |
end | a pointer past-the-end of the array to read. |