refactoredCPPNeuronMesher
doctest::String Member List

This is the complete list of members for doctest::String, including all inherited members.

allocate(size_type sz)doctest::Stringprivate
bufdoctest::String
c_str() constdoctest::Stringinline
c_str()doctest::Stringinline
capacity() constdoctest::String
compare(const char *other, bool no_case=false) constdoctest::String
compare(const String &other, bool no_case=false) constdoctest::String
copy(const String &other)doctest::Stringprivate
datadoctest::String
find(char ch, size_type pos=0) constdoctest::String
isOnStack() const noexceptdoctest::Stringinlineprivate
lastdoctest::Stringprivatestatic
lendoctest::Stringprivatestatic
nposdoctest::Stringstatic
operator+=(const String &other)doctest::String
operator<<(std::ostream &s, const String &in)doctest::Stringfriend
operator=(const String &other)doctest::String
operator=(String &&other) noexceptdoctest::String
operator[](size_type i) constdoctest::String
operator[](size_type i)doctest::String
rfind(char ch, size_type pos=npos) constdoctest::String
setLast(size_type in=last) noexceptdoctest::Stringprivate
setOnHeap() noexceptdoctest::Stringprivate
setSize(size_type sz) noexceptdoctest::Stringprivate
size() constdoctest::String
size_type typedefdoctest::String
String() noexceptdoctest::String
String(const char *in)doctest::String
String(const char *in, size_type in_size)doctest::String
String(std::istream &in, size_type in_size)doctest::String
String(const String &other)doctest::String
String(String &&other) noexceptdoctest::String
substr(size_type pos, size_type cnt=npos) &&doctest::String
substr(size_type pos, size_type cnt=npos) const &doctest::String
~String()doctest::String