NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MutableStringView Member List

This is the complete list of members for MutableStringView, including all inherited members.

assign(MutableStringView &view)MutableStringViewinlineprotected
assign(std::string *data)MutableStringViewinlineprotected
back() constStringViewBaseinline
begin() constStringViewBaseinline
clear() overrideMutableStringViewinlineprotectedvirtual
end() constStringViewBaseinline
find(const std::string &findstr, size_t pos=0) constStringViewBaseinline
find(char c, size_t pos=0) constStringViewBaseinline
find_first_not_of(const std::string &findstr, size_t pos=0) constStringViewBaseinline
find_first_not_of(char c, size_t pos=0) constStringViewBaseinline
find_first_of(const std::string &findstr, size_t pos=0) constStringViewBaseinline
find_first_of(char c, size_t pos=0) constStringViewBaseinline
find_last_not_of(const std::string &findstr, size_t pos=std::string::npos) constStringViewBaseinline
find_last_not_of(char c, size_t pos=std::string::npos) constStringViewBaseinline
find_last_of(const std::string &findstr, size_t pos=std::string::npos) constStringViewBaseinline
find_last_of(char c, size_t pos=std::string::npos) constStringViewBaseinline
front() constStringViewBaseinline
getData() const overrideMutableStringViewinlineprotectedvirtual
length() constStringViewBaseinline
m_dataMutableStringViewprivate
m_lenStringViewBaseprotected
m_startStringViewBaseprotected
MutableStringView(std::string *data, size_t start, size_t len)MutableStringViewinlineprivate
MutableStringView()MutableStringViewinline
MutableStringView(std::string *data)MutableStringViewinline
MutableStringView(std::string &data)MutableStringViewinline
MutableStringView(MutableStringView &view)MutableStringViewinline
MutableStringView(MutableStringView &&view)MutableStringViewinline
operator!=(const StringViewBase &view) constStringViewBaseinline
operator!=(const std::string &sString) constStringViewBaseinline
operator!=(const char *sString) constStringViewBaseinline
operator+(const StringViewBase &view) constStringViewBaseinline
operator+(const std::string &sString) constStringViewBaseinline
operator<(const StringViewBase &view) constStringViewBaseinline
operator<(const std::string &sString) constStringViewBaseinline
operator<=(const StringViewBase &view) constStringViewBaseinline
operator<=(const std::string &sString) constStringViewBaseinline
operator=(MutableStringView &view)MutableStringViewinline
operator=(std::string *data)MutableStringViewinline
operator=(std::string &data)MutableStringViewinline
operator==(const StringViewBase &view) constStringViewBaseinline
operator==(const std::string &sString) constStringViewBaseinline
operator==(const char *sString) constStringViewBaseinline
operator>(const StringViewBase &view) constStringViewBaseinline
operator>(const std::string &sString) constStringViewBaseinline
operator>=(const StringViewBase &view) constStringViewBaseinline
operator>=(const std::string &sString) constStringViewBaseinline
operator[](size_t pos)MutableStringViewinline
replace(size_t pos, size_t len, const std::string &s)MutableStringViewinline
replace(size_t pos, size_t len, const std::string &s, size_t subpos, size_t sublen)MutableStringViewinline
replace(size_t pos, size_t len, const StringViewBase &view)MutableStringViewinline
rfind(const std::string &findstr, size_t pos=std::string::npos) constStringViewBaseinline
rfind(char c, size_t pos=std::string::npos) constStringViewBaseinline
StringViewMutableStringViewfriend
StringViewBase()StringViewBaseinline
strip()StringViewBaseinline
subview(size_t pos=0, size_t len=std::string::npos) constMutableStringViewinline
to_string() constStringViewBaseinline
trim_back(size_t len)StringViewBaseinline
trim_front(size_t len)StringViewBaseinline
validAbsolutePosition(size_t pos) constStringViewBaseinlineprotected
validizeLength(size_t pos, size_t len) constStringViewBaseinlineprotected