NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
StringViewBase Member List

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

back() constStringViewBaseinline
begin() constStringViewBaseinline
clear()StringViewBaseinlineprotectedvirtual
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() constStringViewBaseinlinevirtual
length() constStringViewBaseinline
m_lenStringViewBaseprotected
m_startStringViewBaseprotected
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==(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
rfind(const std::string &findstr, size_t pos=std::string::npos) constStringViewBaseinline
rfind(char c, size_t pos=std::string::npos) constStringViewBaseinline
StringViewBase()StringViewBaseinline
strip()StringViewBaseinline
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