quill
|
This is the complete list of members for doctest::String, including all inherited members.
buf (defined in doctest::String) | doctest::String | |
c_str() const (defined in doctest::String) | doctest::String | inline |
c_str() (defined in doctest::String) | doctest::String | inline |
capacity() const (defined in doctest::String) | doctest::String | |
compare(const char *other, bool no_case=false) const (defined in doctest::String) | doctest::String | |
compare(const String &other, bool no_case=false) const (defined in doctest::String) | doctest::String | |
data (defined in doctest::String) | doctest::String | |
find(char ch, size_type pos=0) const (defined in doctest::String) | doctest::String | |
npos (defined in doctest::String) | doctest::String | static |
operator+=(const String &other) (defined in doctest::String) | doctest::String | |
operator<< (defined in doctest::String) | doctest::String | friend |
operator=(const String &other) (defined in doctest::String) | doctest::String | |
operator=(String &&other) noexcept (defined in doctest::String) | doctest::String | |
operator[](size_type i) const (defined in doctest::String) | doctest::String | |
operator[](size_type i) (defined in doctest::String) | doctest::String | |
rfind(char ch, size_type pos=npos) const (defined in doctest::String) | doctest::String | |
size() const (defined in doctest::String) | doctest::String | |
size_type typedef (defined in doctest::String) | doctest::String | |
String() noexcept (defined in doctest::String) | doctest::String | |
String(const char *in) (defined in doctest::String) | doctest::String | |
String(const char *in, size_type in_size) (defined in doctest::String) | doctest::String | |
String(std::istream &in, size_type in_size) (defined in doctest::String) | doctest::String | |
String(const String &other) (defined in doctest::String) | doctest::String | |
String(String &&other) noexcept (defined in doctest::String) | doctest::String | |
substr(size_type pos, size_type cnt=npos) && (defined in doctest::String) | doctest::String | |
substr(size_type pos, size_type cnt=npos) const & (defined in doctest::String) | doctest::String | |
~String() (defined in doctest::String) | doctest::String |