The Pedigree Project
0.1
|
This is the complete list of members for StringView, including all inherited members.
compare(const char *s, size_t length) const | StringView | |
compareHash(const StringView &other) const (defined in StringView) | StringView | private |
compareHash(const String &other) const (defined in StringView) | StringView | private |
computeHash() const (defined in StringView) | StringView | private |
defaultHashingEnabled() const (defined in StringView) | StringView | protectedvirtual |
hash() const (defined in StringView) | StringView | |
hash() (defined in StringView) | StringView | |
length() const (defined in StringView) | StringView | |
m_Hash (defined in StringView) | StringView | private |
m_HashingEnabled (defined in StringView) | StringView | private |
m_Length (defined in StringView) | StringView | private |
m_String (defined in StringView) | StringView | private |
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 | |
String (defined in StringView) | StringView | friend |
StringView() (defined in StringView) | StringView | |
StringView(const char *s) (defined in StringView) | StringView | explicit |
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) | StringView | explicit |
StringView(const char *s, size_t length, uint32_t hash, bool hashingEnabled) (defined in StringView) | StringView | private |
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) | StringView | virtual |