AWS SDK for C++
AWS SDK for C++
|
#include <SimpleStringStream.h>
Public Types | |
using | char_type = char |
using | traits_type = std::char_traits< char > |
using | allocator_type = Aws::Allocator< char > |
using | int_type = int |
using | pos_type = std::streampos |
using | off_type = std::streamoff |
using | base = std::iostream |
Public Member Functions | |
SimpleStringStream () | |
SimpleStringStream (const Aws::String &value) | |
virtual | ~SimpleStringStream () |
SimpleStringStream (const SimpleStringStream &rhs)=delete | |
SimpleStringStream & | operator= (const SimpleStringStream &rhs)=delete |
SimpleStringStream (SimpleStringStream &&rhs)=delete | |
SimpleStringStream & | operator= (SimpleStringStream &&rhs)=delete |
Aws::Utils::Stream::SimpleStreamBuf * | rdbuf () const |
Aws::String | str () const |
void | str (const Aws::String &value) |
Definition at line 17 of file SimpleStringStream.h.
using Aws::SimpleStringStream::allocator_type = Aws::Allocator<char> |
Definition at line 23 of file SimpleStringStream.h.
using Aws::SimpleStringStream::base = std::iostream |
Definition at line 28 of file SimpleStringStream.h.
using Aws::SimpleStringStream::char_type = char |
Definition at line 21 of file SimpleStringStream.h.
using Aws::SimpleStringStream::int_type = int |
Definition at line 24 of file SimpleStringStream.h.
using Aws::SimpleStringStream::off_type = std::streamoff |
Definition at line 26 of file SimpleStringStream.h.
using Aws::SimpleStringStream::pos_type = std::streampos |
Definition at line 25 of file SimpleStringStream.h.
using Aws::SimpleStringStream::traits_type = std::char_traits<char> |
Definition at line 22 of file SimpleStringStream.h.
Aws::SimpleStringStream::SimpleStringStream | ( | ) |
Aws::SimpleStringStream::SimpleStringStream | ( | const Aws::String & | value | ) |
|
inlinevirtual |
Definition at line 33 of file SimpleStringStream.h.
|
delete |
|
delete |
|
delete |
|
delete |
|
inline |
Definition at line 43 of file SimpleStringStream.h.
|
inline |
Definition at line 45 of file SimpleStringStream.h.
void Aws::SimpleStringStream::str | ( | const Aws::String & | value | ) |