allocator_type typedef | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | |
basic_stringstream(const allocator_type &allocator=allocator_type()) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inlineexplicit |
basic_stringstream(ios_base::openmode modeBitMask, const allocator_type &allocator=allocator_type()) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inlineexplicit |
basic_stringstream(const StringType &initialString, const allocator_type &allocator=allocator_type()) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inlineexplicit |
basic_stringstream(const StringType &initialString, ios_base::openmode modeBitMask, const allocator_type &allocator=allocator_type()) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
basic_stringstream(BloombergLP::bslmf::MovableRef< StringType > initialString) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inlineexplicit |
basic_stringstream(BloombergLP::bslmf::MovableRef< StringType > initialString, const allocator_type &allocator) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
basic_stringstream(BloombergLP::bslmf::MovableRef< StringType > initialString, ios_base::openmode modeBitMask) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
basic_stringstream(BloombergLP::bslmf::MovableRef< StringType > initialString, ios_base::openmode modeBitMask, const allocator_type &allocator) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
basic_stringstream(const bsl::basic_string< CHAR_TYPE, CHAR_TRAITS, SALLOC > &initialString, const allocator_type &allocator=allocator_type(), typename bsl::enable_if< !bsl::is_same< ALLOCATOR, SALLOC >::value, void * >::type=0) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
basic_stringstream(const bsl::basic_string< CHAR_TYPE, CHAR_TRAITS, SALLOC > &initialString, ios_base::openmode modeBitMask, const allocator_type &allocator=allocator_type(), typename bsl::enable_if< !bsl::is_same< ALLOCATOR, SALLOC >::value, void * >::type=0) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
char_type typedef | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | |
int_type typedef | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | |
off_type typedef | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | |
pos_type typedef | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | |
rdbuf() const | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
str(const StringType &value) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
str(BloombergLP::bslmf::MovableRef< StringType > value) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
str(const basic_string< CHAR_TYPE, CHAR_TRAITS, SALLOC > &value) | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
str() const | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
str(const SALLOC &allocator) const | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
traits_type typedef | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | |
view() const BSLS_KEYWORD_NOEXCEPT | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | inline |
~basic_stringstream()=default | bsl::basic_stringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > | |