Definition in file basic_string.h.#include <bits/atomicity.h>
#include <debug/debug.h>
Include dependency graph for basic_string.h:
Go to the source code of this file.
|
Read a line from stream into a string.
' is found, the end of the stream is encountered, or str.max_size() is reached. If is.width() is non-zero, that is the limit on the number of characters stored into str. Any previous contents of str are erased. If end of line was encountered, it is extracted but not stored into str. Definition at line 1274 of file istream.tcc. |
|
Read a line from stream into a string.
References basic_string::append(), basic_string::erase(), ios_base::iostate, and basic_string::max_size(). |
|
Test difference of string and C string.
|
|
Test difference of C string and string.
References basic_string::compare(). |
|
Test difference of two strings.
References basic_string::compare(). |
|
Concatenate string and character.
|
|
Concatenate string and C string.
References basic_string::append(). |
|
Concatenate character and string.
References basic_string::size(). |
|
Concatenate C string and string.
References basic_string::reserve(), and basic_string::size(). |
|
Concatenate two strings.
References basic_string::append(). Referenced by std::inserter(). |
|
Test if C string precedes string.
References basic_string::compare(). |
|
Test if string precedes C string.
|
|
Test if string precedes string.
|
|
Write string to a stream.
References std::streamsize. |
|
Test if C string doesn't follow string.
References basic_string::compare(). |
|
Test if string doesn't follow C string.
|
|
Test if string doesn't follow string.
|
|
Test equivalence of string and C string.
|
|
Test equivalence of C string and string.
References basic_string::compare(). |
|
Test equivalence of two strings.
|
|
Test if C string follows string.
References basic_string::compare(). |
|
Test if string follows C string.
|
|
Test if string follows string.
Referenced by std::operator>(). |
|
Test if C string doesn't precede string.
References basic_string::compare(). |
|
Test if string doesn't precede C string.
|
|
Test if string doesn't precede string.
Referenced by std::operator>=(). |
|
Read stream into a string.
References basic_string::append(), basic_string::erase(), ios_base::iostate, basic_string::max_size(), std::operator>>(), and std::streamsize. Referenced by std::operator>>(). |
|
Swap contents of two strings.
Referenced by vector< Block_pair, BPVec_allocator_type >::swap(), set< Key, Compare, Allocator >::swap(), multiset< Key, Compare, Allocator >::swap(), multimap< Key, Type, Compare, Allocator >::swap(), map< Key, Type, Compare, Allocator >::swap(), std::swap(), list::swap(), and deque::swap(). |