WPILibC++  2019.1.1-beta-2-23-g90572a3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
wpi::StringLiteral Member List

This is the complete list of members for wpi::StringLiteral, including all inherited members.

back() const noexceptwpi::StringRefinline
begin() const noexcept (defined in wpi::StringRef)wpi::StringRefinline
bytes() const noexcept (defined in wpi::StringRef)wpi::StringRefinline
bytes_begin() const noexcept (defined in wpi::StringRef)wpi::StringRefinline
bytes_end() const noexcept (defined in wpi::StringRef)wpi::StringRefinline
compare(StringRef RHS) const noexceptwpi::StringRefinline
compare_lower(StringRef RHS) const noexceptwpi::StringRef
compare_numeric(StringRef RHS) const noexceptwpi::StringRef
const_iterator typedef (defined in wpi::StringRef)wpi::StringRef
consume_back(StringRef Suffix) noexceptwpi::StringRefinline
consume_front(StringRef Prefix) noexceptwpi::StringRefinline
consumeInteger(unsigned Radix, T &Result) noexceptwpi::StringRefinline
consumeInteger(unsigned Radix, T &Result) noexcept (defined in wpi::StringRef)wpi::StringRefinline
contains(StringRef Other) const noexceptwpi::StringRefinline
contains(char C) const noexceptwpi::StringRefinline
contains_lower(StringRef Other) const noexceptwpi::StringRefinline
contains_lower(char C) const noexceptwpi::StringRefinline
copy(Allocator &A) const (defined in wpi::StringRef)wpi::StringRefinline
count(char C) const noexceptwpi::StringRefinline
count(StringRef Str) const noexceptwpi::StringRef
data() const noexceptwpi::StringRefinline
drop_back(size_t N=1) const noexceptwpi::StringRefinline
drop_front(size_t N=1) const noexceptwpi::StringRefinline
drop_until(function_ref< bool(char)> F) const noexceptwpi::StringRefinline
drop_while(function_ref< bool(char)> F) const noexceptwpi::StringRefinline
empty() const noexceptwpi::StringRefinline
end() const noexcept (defined in wpi::StringRef)wpi::StringRefinline
endswith(StringRef Suffix) const noexceptwpi::StringRefinline
endswith_lower(StringRef Suffix) const noexceptwpi::StringRef
equals(StringRef RHS) const noexceptwpi::StringRefinline
equals_lower(StringRef RHS) const noexceptwpi::StringRefinline
find(char C, size_t From=0) const noexceptwpi::StringRefinline
find(StringRef Str, size_t From=0) const noexceptwpi::StringRef
find_first_not_of(char C, size_t From=0) const noexceptwpi::StringRef
find_first_not_of(StringRef Chars, size_t From=0) const noexceptwpi::StringRef
find_first_of(char C, size_t From=0) const noexceptwpi::StringRefinline
find_first_of(StringRef Chars, size_t From=0) const noexceptwpi::StringRef
find_if(function_ref< bool(char)> F, size_t From=0) const noexceptwpi::StringRefinline
find_if_not(function_ref< bool(char)> F, size_t From=0) const noexceptwpi::StringRefinline
find_last_not_of(char C, size_t From=npos) const noexceptwpi::StringRef
find_last_not_of(StringRef Chars, size_t From=npos) const noexceptwpi::StringRef
find_last_of(char C, size_t From=npos) const noexceptwpi::StringRefinline
find_last_of(StringRef Chars, size_t From=npos) const noexceptwpi::StringRef
find_lower(char C, size_t From=0) const noexceptwpi::StringRef
find_lower(StringRef Str, size_t From=0) const noexceptwpi::StringRef
front() const noexceptwpi::StringRefinline
getAsInteger(unsigned Radix, T &Result) const noexceptwpi::StringRefinline
getAsInteger(unsigned Radix, T &Result) const noexcept (defined in wpi::StringRef)wpi::StringRefinline
iterator typedef (defined in wpi::StringRef)wpi::StringRef
lower() const (defined in wpi::StringRef)wpi::StringRef
ltrim(char Char) const noexceptwpi::StringRefinline
ltrim(StringRef Chars=" \t\n\v\f\r") const noexceptwpi::StringRefinline
npos (defined in wpi::StringRef)wpi::StringRefstatic
operator std::string() const (defined in wpi::StringRef)wpi::StringRefinline
operator=(T &&Str)=deletewpi::StringRef
operator[](size_t Index) const noexcept (defined in wpi::StringRef)wpi::StringRefinline
rfind(char C, size_t From=npos) const noexceptwpi::StringRefinline
rfind(StringRef Str) const noexceptwpi::StringRef
rfind_lower(char C, size_t From=npos) const noexceptwpi::StringRef
rfind_lower(StringRef Str) const noexceptwpi::StringRef
rsplit(char Separator) const wpi::StringRefinline
rtrim(char Char) const noexceptwpi::StringRefinline
rtrim(StringRef Chars=" \t\n\v\f\r") const noexceptwpi::StringRefinline
size() const noexceptwpi::StringRefinline
size_type typedef (defined in wpi::StringRef)wpi::StringRef
slice(size_t Start, size_t End) const noexceptwpi::StringRefinline
split(char Separator) const wpi::StringRefinline
split(StringRef Separator) const wpi::StringRefinline
split(SmallVectorImpl< StringRef > &A, StringRef Separator, int MaxSplit=-1, bool KeepEmpty=true) const wpi::StringRef
split(SmallVectorImpl< StringRef > &A, char Separator, int MaxSplit=-1, bool KeepEmpty=true) const wpi::StringRef
startswith(StringRef Prefix) const noexceptwpi::StringRefinline
startswith_lower(StringRef Prefix) const noexceptwpi::StringRef
str() const wpi::StringRefinline
StringLiteral(const char(&Str)[N]) (defined in wpi::StringLiteral)wpi::StringLiteralinline
StringRef()=defaultwpi::StringRef
StringRef(std::nullptr_t)=deletewpi::StringRef
StringRef(const char *Str)wpi::StringRefinline
StringRef(const char *data, size_t length)wpi::StringRefinline
StringRef(const std::string &Str)wpi::StringRefinline
substr(size_t Start, size_t N=npos) const noexceptwpi::StringRefinline
take_back(size_t N=1) const noexceptwpi::StringRefinline
take_front(size_t N=1) const noexceptwpi::StringRefinline
take_until(function_ref< bool(char)> F) const noexceptwpi::StringRefinline
take_while(function_ref< bool(char)> F) const noexceptwpi::StringRefinline
trim(char Char) const noexceptwpi::StringRefinline
trim(StringRef Chars=" \t\n\v\f\r") const noexceptwpi::StringRefinline
upper() const wpi::StringRef
withInnerNUL(const char(&Str)[N]) (defined in wpi::StringLiteral)wpi::StringLiteralinlinestatic
withNullAsEmpty(const char *data) (defined in wpi::StringRef)wpi::StringRefinlinestatic