The Pedigree Project  0.1
HashedStringView Member List

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

compare(const char *s, size_t length) const StringView
defaultHashingEnabled() const override (defined in HashedStringView)HashedStringViewprivatevirtual
hash() const (defined in StringView)StringView
hash() (defined in StringView)StringView
HashedStringView()=default (defined in HashedStringView)HashedStringView
HashedStringView(const char *s) (defined in HashedStringView)HashedStringViewexplicit
HashedStringView(const char *s, size_t length) (defined in HashedStringView)HashedStringView
HashedStringView(const StringView &other) (defined in HashedStringView)HashedStringView
HashedStringView(const HashedStringView &other) (defined in HashedStringView)HashedStringView
HashedStringView(const String &other) (defined in HashedStringView)HashedStringView
length() const (defined in StringView)StringView
nextCharacter(size_t i) const (defined in StringView)StringView
operator=(const StringView &s) (defined in StringView)StringView
operator==(const char *s) const (defined in StringView)StringView
operator==(const String &s) const (defined in StringView)StringView
operator==(const StringView &s) const (defined in StringView)StringView
operator[](size_t index) const (defined in StringView)StringView
prevCharacter(size_t i) const (defined in StringView)StringView
setHashingEnable(bool enabled)StringView
str() const (defined in StringView)StringView
StringView() (defined in StringView)StringView
StringView(const char *s) (defined in StringView)StringViewexplicit
StringView(const char *s, size_t length) (defined in StringView)StringView
StringView(const StringView &other) (defined in StringView)StringView
StringView(const String &other) (defined in StringView)StringViewexplicit
substring(size_t start, size_t end, bool hashed=HASH_STRINGVIEWS_BY_DEFAULT) const StringView
toString() const (defined in StringView)StringView
~StringView() (defined in StringView)StringViewvirtual