sst-waveshapers
Waveshapers submodule for the Surge Synthesizer
StringRef Member List

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

begin() constStringRef
c_str() const -> char const *StringRef
const_iterator typedefStringRef
data() const noexcept -> char const *StringRef
empty() const noexcept -> boolStringRef
end() constStringRef
isNullTerminated() const noexcept -> boolStringRef
operator std::string() constStringRefexplicit
operator!=(StringRef const &other) const noexcept -> boolStringRef
operator==(StringRef const &other) const noexcept -> boolStringRef
operator[](size_type index) const noexcept -> charStringRef
size() const noexcept -> size_typeStringRef
size_type typedefStringRef
StringRef() noexcept=defaultStringRef
StringRef(char const *rawChars) noexceptStringRef
StringRef(char const *rawChars, size_type size) noexceptStringRef
StringRef(std::string const &stdString) noexceptStringRef
substr(size_type start, size_type length) const noexcept -> StringRefStringRef