BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR > Member List

This is the complete list of members for bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >, including all inherited members.

allocator_type typedefbsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >
basic_ostringstream(const allocator_type &allocator=allocator_type())bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inlineexplicit
basic_ostringstream(ios_base::openmode modeBitMask, const allocator_type &allocator=allocator_type())bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inlineexplicit
basic_ostringstream(const StringType &initialString, const allocator_type &allocator=allocator_type())bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inlineexplicit
basic_ostringstream(const StringType &initialString, ios_base::openmode modeBitMask, const allocator_type &allocator=allocator_type())bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
basic_ostringstream(BloombergLP::bslmf::MovableRef< StringType > initialString)bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inlineexplicit
basic_ostringstream(BloombergLP::bslmf::MovableRef< StringType > initialString, const allocator_type &allocator)bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
basic_ostringstream(BloombergLP::bslmf::MovableRef< StringType > initialString, ios_base::openmode modeBitMask)bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
basic_ostringstream(BloombergLP::bslmf::MovableRef< StringType > initialString, ios_base::openmode modeBitMask, const allocator_type &allocator)bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
basic_ostringstream(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_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
basic_ostringstream(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_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
char_type typedefbsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >
get_allocator() const BSLS_KEYWORD_NOEXCEPTbsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
int_type typedefbsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >
off_type typedefbsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >
pos_type typedefbsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >
rdbuf() constbsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
str(const StringType &value)bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
str(BloombergLP::bslmf::MovableRef< StringType > value)bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
str(const basic_string< CHAR_TYPE, CHAR_TRAITS, SALLOC > &value)bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
str() constbsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
str(const SALLOC &allocator) constbsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
swap(basic_ostringstream &other)bsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
bsl::StringBufContainer::swap(StringBufContainer &other)bsl::StringBufContainer< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inlineprivate
traits_type typedefbsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >
view() const BSLS_KEYWORD_NOEXCEPTbsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >inline
~basic_ostringstream()=defaultbsl::basic_ostringstream< CHAR_TYPE, CHAR_TRAITS, ALLOCATOR >