basic_string() | dds::core::basic_string< CharType, Allocator > | inline |
basic_string(const basic_string &other) | dds::core::basic_string< CharType, Allocator > | inline |
basic_string(const CharType *other_str) | dds::core::basic_string< CharType, Allocator > | inline |
basic_string(const std::basic_string< CharType > &std_string) | dds::core::basic_string< CharType, Allocator > | inline |
basic_string(size_t the_size) | dds::core::basic_string< CharType, Allocator > | inlineexplicit |
basic_string(basic_string &&other) OMG_NOEXCEPT | dds::core::basic_string< CharType, Allocator > | inline |
c_str() const | dds::core::basic_string< CharType, Allocator > | inline |
operator std::basic_string< CharType >() const | dds::core::basic_string< CharType, Allocator > | inline |
operator!=(const basic_string &other) const | dds::core::basic_string< CharType, Allocator > | inline |
operator<<(std::ostream &out, const basic_string< CharType, Allocator > &the_string) | dds::core::basic_string< CharType, Allocator > | related |
operator=(const basic_string &other) | dds::core::basic_string< CharType, Allocator > | inline |
operator=(basic_string &&other) OMG_NOEXCEPT | dds::core::basic_string< CharType, Allocator > | inline |
operator==(const basic_string &other) const | dds::core::basic_string< CharType, Allocator > | inline |
size() const | dds::core::basic_string< CharType, Allocator > | inline |
to_std_string() const | dds::core::basic_string< CharType, Allocator > | inline |