OpenMS
|
This is the complete list of members for String, including all inherited members.
chop(Size n) const | String | |
concatenate(StringIterator first, StringIterator last, const String &glue="") | String | inline |
ConstIterator typedef | String | |
ConstReverseIterator typedef | String | |
DOUBLE enum value | String | |
EMPTY | String | static |
ensureLastChar(char end) | String | |
ESCAPE enum value | String | |
fillLeft(char c, UInt size) | String | |
fillRight(char c, UInt size) | String | |
firstToUpper() | String | |
has(Byte byte) const | String | |
hasPrefix(const String &string) const | String | |
hasSubstring(const String &string) const | String | |
hasSuffix(const String &string) const | String | |
isQuoted(char q='"') | String | |
Iterator typedef | String | |
NONE enum value | String | |
number(double d, UInt n) | String | static |
numberLength(double d, UInt n) | String | static |
operator+(int i) const | String | |
operator+(unsigned int i) const | String | |
operator+(short int i) const | String | |
operator+(short unsigned int i) const | String | |
operator+(long int i) const | String | |
operator+(long unsigned int i) const | String | |
operator+(long long unsigned int i) const | String | |
operator+(float f) const | String | |
operator+(double d) const | String | |
operator+(long double ld) const | String | |
operator+(char c) const | String | |
operator+(const char *s) const | String | |
operator+(const String &s) const | String | |
operator+(const std::string &s) const | String | |
operator+=(int i) | String | |
operator+=(unsigned int i) | String | |
operator+=(short int i) | String | |
operator+=(short unsigned int i) | String | |
operator+=(long int i) | String | |
operator+=(long unsigned int i) | String | |
operator+=(long long unsigned int i) | String | |
operator+=(float f) | String | |
operator+=(double d) | String | |
operator+=(long double d) | String | |
operator+=(char c) | String | |
operator+=(const char *s) | String | |
operator+=(const String &s) | String | |
operator+=(const std::string &s) | String | |
operator=(const String &)=default | String | |
operator=(String &&) &=default | String | |
prefix(SizeType length) const | String | |
prefix(Int length) const | String | |
prefix(char delim) const | String | |
quote(char q='"', QuotingMethod method = ESCAPE) | String | |
QuotingMethod enum name | String | |
random(UInt length) | String | static |
remove(char what) | String | |
removeWhitespaces() | String | |
reverse() | String | |
ReverseIterator typedef | String | |
simplify() | String | |
SizeType typedef | String | |
split(const char splitter, std::vector< String > &substrings, bool quote_protect=false) const | String | |
split(const String &splitter, std::vector< String > &substrings) const | String | |
split_quoted(const String &splitter, std::vector< String > &substrings, char q='"', QuotingMethod method = ESCAPE) const | String | |
String() | String | |
String(const String &)=default | String | |
String(String &&)=default | String | |
String(const std::string &s) | String | |
String(const std::string_view &sv) | String | |
String(const QString &s) | String | |
String(const char *s) | String | |
String(const char c) | String | |
String(const char *s, SizeType length) | String | |
String(size_t len, char c) | String | |
String(InputIterator first, InputIterator last) | String | inline |
String(int i) | String | |
String(unsigned int i) | String | |
String(short int i) | String | |
String(short unsigned int i) | String | |
String(long int i) | String | |
String(long unsigned int i) | String | |
String(long long unsigned int i) | String | |
String(long long signed int i) | String | |
String(float f, bool full_precision=true) | String | |
String(double d, bool full_precision=true) | String | |
String(long double ld, bool full_precision=true) | String | |
String(const DataValue &d, bool full_precision=true) | String | |
substitute(char from, char to) | String | |
substitute(const String &from, const String &to) | String | |
substr(size_t pos=0, size_t n=npos) const | String | |
suffix(SizeType length) const | String | |
suffix(Int length) const | String | |
suffix(char delim) const | String | |
toDouble() const | String | |
toFloat() const | String | |
toInt() const | String | |
toInt32() const | String | |
toInt64() const | String | |
toLower() | String | |
toQString() const | String | |
toUpper() | String | |
trim() | String | |
unquote(char q='"', QuotingMethod method = ESCAPE) | String |