An iostream that uses a memory_buffer for in-memory I/O.
More...
#include <memory_stream.hpp>
An iostream that uses a memory_buffer for in-memory I/O.
◆ memory_stream() [1/2]
memory_stream::memory_stream |
( |
std::ios_base::openmode | ios | ) |
|
|
inline |
◆ memory_stream() [2/2]
memory_stream::memory_stream |
( |
const std::string & | s | ) |
|
|
inline |
◆ mod()
void memory_stream::mod |
( |
std::ios_base::openmode | ios | ) |
|
|
inline |
◆ str() [1/2]
std::string memory_stream::str |
( |
| ) |
|
|
inline |
◆ str() [2/2]
void memory_stream::str |
( |
const std::string & | s | ) |
|
|
inline |
The documentation for this class was generated from the following file: