Append(const CharType singleChar) | daisy::FixedCapStrBase< CharType > | inline |
Append(const CharType *str) | daisy::FixedCapStrBase< CharType > | inline |
Append(const CharType *str, std::size_t length) | daisy::FixedCapStrBase< CharType > | inline |
Append_(const CharType *str, std::size_t to_copy) | daisy::FixedCapStrBase< CharType > | inlineprotected |
AppendFloat(float value, int maxNumDigits=2, bool omitTrailingZeros=false, bool alwaysIncludeSign=false) | daisy::FixedCapStrBase< CharType > | inline |
AppendInt(IntType value, bool alwaysIncludeSign=false) | daisy::FixedCapStrBase< CharType > | inline |
buffer_ | daisy::FixedCapStrBase< CharType > | protected |
Capacity() const noexcept | daisy::FixedCapStrBase< CharType > | inline |
capacity_ | daisy::FixedCapStrBase< CharType > | protected |
clamp(std::size_t val, std::size_t min, std::size_t max) | daisy::FixedCapStrBase< CharType > | inlineprotected |
Clear() noexcept | daisy::FixedCapStrBase< CharType > | inline |
Copy_(const CharType *src, const CharType *srcEnd, CharType *dest) | daisy::FixedCapStrBase< CharType > | inlineprotectedstatic |
Cstr() const noexcept | daisy::FixedCapStrBase< CharType > | inline |
Data() const noexcept | daisy::FixedCapStrBase< CharType > | inline |
Data() noexcept | daisy::FixedCapStrBase< CharType > | inline |
Empty() const noexcept | daisy::FixedCapStrBase< CharType > | inline |
EndsWith(const CharType *pattern) const noexcept | daisy::FixedCapStrBase< CharType > | inline |
EndsWithIgnoringCase(const CharType *pattern) const noexcept | daisy::FixedCapStrBase< CharType > | inline |
FixedCapStrBase(CharType *buffer, size_t capacity) | daisy::FixedCapStrBase< CharType > | inline |
FixedCapStrBase(const FixedCapStrBase &other)=delete | daisy::FixedCapStrBase< CharType > | |
operator const CharType *() const noexcept | daisy::FixedCapStrBase< CharType > | inline |
operator!=(const CharType *rhs) const | daisy::FixedCapStrBase< CharType > | inline |
operator<(const CharType *other) const | daisy::FixedCapStrBase< CharType > | inline |
operator<=(const CharType *other) const | daisy::FixedCapStrBase< CharType > | inline |
operator=(const FixedCapStrBase &str) | daisy::FixedCapStrBase< CharType > | inline |
operator=(const CharType *str) | daisy::FixedCapStrBase< CharType > | inline |
operator==(const CharType *rhs) const | daisy::FixedCapStrBase< CharType > | inline |
operator>(const CharType *other) const | daisy::FixedCapStrBase< CharType > | inline |
operator>=(const CharType *other) const | daisy::FixedCapStrBase< CharType > | inline |
RemovePrefix(std::size_t length) | daisy::FixedCapStrBase< CharType > | inline |
RemoveSuffix(std::size_t length) noexcept | daisy::FixedCapStrBase< CharType > | inline |
Reset(const CharType *str) | daisy::FixedCapStrBase< CharType > | inline |
Reset(const CharType *str, std::size_t length) | daisy::FixedCapStrBase< CharType > | inline |
Reset_(const CharType *str, std::size_t length) | daisy::FixedCapStrBase< CharType > | inlineprotected |
ResetAt(const CharType *str, std::size_t writePosition) | daisy::FixedCapStrBase< CharType > | inline |
ResetAt_(const CharType *str, std::size_t strLen, std::size_t writePosition) | daisy::FixedCapStrBase< CharType > | inlineprotected |
ReverseSection(std::size_t firstIdx, std::size_t lastIdx) | daisy::FixedCapStrBase< CharType > | inline |
Size() const noexcept | daisy::FixedCapStrBase< CharType > | inline |
size_ | daisy::FixedCapStrBase< CharType > | protected |
StartsWith(const CharType *pattern) const noexcept | daisy::FixedCapStrBase< CharType > | inline |
StartsWithIgnoringCase(const CharType *pattern) const noexcept | daisy::FixedCapStrBase< CharType > | inline |
strlen(const CharType *string) | daisy::FixedCapStrBase< CharType > | inlineprotectedstatic |
Swap(FixedCapStrBase &rhs) noexcept | daisy::FixedCapStrBase< CharType > | inline |
Swap_(CharType *a, CharType *b, size_t length) | daisy::FixedCapStrBase< CharType > | inlineprotectedstatic |
ToUpper_(char c) noexcept | daisy::FixedCapStrBase< CharType > | inlineprotectedstatic |
UpdateSize() noexcept | daisy::FixedCapStrBase< CharType > | inline |