#include <SimpleStreamBuf.h>
|
using | base = std::streambuf |
|
|
virtual std::streampos | seekoff (std::streamoff off, std::ios_base::seekdir dir, std::ios_base::openmode which=std::ios_base::in|std::ios_base::out) override |
|
virtual std::streampos | seekpos (std::streampos pos, std::ios_base::openmode which=std::ios_base::in|std::ios_base::out) override |
|
virtual int | overflow (int c=EOF) override |
|
virtual int | underflow () override |
|
virtual std::streamsize | xsputn (const char *s, std::streamsize n) override |
|
A replacement for std::stringbuf when using Android and gnustl together
Definition at line 23 of file SimpleStreamBuf.h.
◆ base
◆ SimpleStreamBuf() [1/4]
Aws::Utils::Stream::SimpleStreamBuf::SimpleStreamBuf |
( |
| ) |
|
◆ SimpleStreamBuf() [2/4]
Aws::Utils::Stream::SimpleStreamBuf::SimpleStreamBuf |
( |
const Aws::String & |
value | ) |
|
|
explicit |
◆ SimpleStreamBuf() [3/4]
Aws::Utils::Stream::SimpleStreamBuf::SimpleStreamBuf |
( |
const SimpleStreamBuf & |
| ) |
|
|
delete |
◆ SimpleStreamBuf() [4/4]
Aws::Utils::Stream::SimpleStreamBuf::SimpleStreamBuf |
( |
SimpleStreamBuf && |
toMove | ) |
|
|
delete |
◆ ~SimpleStreamBuf()
virtual Aws::Utils::Stream::SimpleStreamBuf::~SimpleStreamBuf |
( |
| ) |
|
|
virtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ overflow()
virtual int Aws::Utils::Stream::SimpleStreamBuf::overflow |
( |
int |
c = EOF | ) |
|
|
overrideprotectedvirtual |
◆ seekoff()
virtual std::streampos Aws::Utils::Stream::SimpleStreamBuf::seekoff |
( |
std::streamoff |
off, |
|
|
std::ios_base::seekdir |
dir, |
|
|
std::ios_base::openmode |
which = std::ios_base::in|std::ios_base::out |
|
) |
| |
|
overrideprotectedvirtual |
◆ seekpos()
virtual std::streampos Aws::Utils::Stream::SimpleStreamBuf::seekpos |
( |
std::streampos |
pos, |
|
|
std::ios_base::openmode |
which = std::ios_base::in|std::ios_base::out |
|
) |
| |
|
overrideprotectedvirtual |
◆ str() [1/2]
Aws::String Aws::Utils::Stream::SimpleStreamBuf::str |
( |
| ) |
const |
◆ str() [2/2]
void Aws::Utils::Stream::SimpleStreamBuf::str |
( |
const Aws::String & |
value | ) |
|
◆ swap()
◆ underflow()
virtual int Aws::Utils::Stream::SimpleStreamBuf::underflow |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ xsputn()
virtual std::streamsize Aws::Utils::Stream::SimpleStreamBuf::xsputn |
( |
const char * |
s, |
|
|
std::streamsize |
n |
|
) |
| |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file: