This is the complete list of members for z::core::string< E >, including all inherited members.
append(const string &other) noexcept | z::core::string< E > | inline |
append(uint32_t chr) noexcept | z::core::string< E > | |
at(int index) const noexcept override | z::core::string< E > | virtual |
begin() const noexcept override | z::core::string< E > | inlinevirtual |
beginsWith(const string &other) const noexcept | z::core::string< E > | inline |
camel() const noexcept | z::core::string< E > | inline |
chars() const noexcept | z::core::string< E > | |
cipher(const string &keys, const string &values) const noexcept | z::core::string< E > | |
cipher(std::function< uint32_t(uint32_t)> lambda) const noexcept | z::core::string< E > | |
clear() noexcept | z::core::string< E > | |
complex(int base=10, uint32_t decimal='.') const noexcept | z::core::string< E > | |
concat(const string &other) const noexcept | z::core::string< E > | inline |
contains(uint32_t first, uint32_t last, bool exclusive=false) const noexcept | z::core::string< E > | inline |
contains(const std::pair< uint32_t, uint32_t > &range, bool exclusive=false) const noexcept | z::core::string< E > | inline |
contains(const std::initializer_list< const std::pair< uint32_t, uint32_t > > &list, bool exclusive=false) const noexcept | z::core::string< E > | |
contains(const string &list, bool exclusive=false) const noexcept | z::core::string< E > | |
count(const string &other) const noexcept | z::core::string< E > | |
cstring() const noexcept | z::core::string< E > | |
cutDuplicates(const string &other) noexcept | z::core::string< E > | |
end() const noexcept override | z::core::string< E > | inlinevirtual |
endsWith(const string &other) const noexcept | z::core::string< E > | inline |
filter(uint32_t first, uint32_t last, bool invert=false) const noexcept | z::core::string< E > | inline |
filter(const std::pair< uint32_t, uint32_t > &range, bool invert=false) const noexcept | z::core::string< E > | inline |
filter(const std::initializer_list< const std::pair< uint32_t, uint32_t > > &list, bool invert=false) const noexcept | z::core::string< E > | |
filter(const string &list, bool invert=false) const noexcept | z::core::string< E > | |
filter(std::function< bool(uint32_t)> lambda) const noexcept | z::core::string< E > | |
find(const string &other, int occurrence=1) const noexcept | z::core::string< E > | inline |
findAfter(const string &other, int index, int occurrence=1) const noexcept | z::core::string< E > | inline |
findBefore(const string &other, int index, int occurrence=1) const noexcept | z::core::string< E > | |
findLast(const string &other, int occurrence=1) const noexcept | z::core::string< E > | inline |
floating(int base=10, uint32_t decimal='.') const noexcept | z::core::string< E > | |
format() const noexcept | z::core::string< E > | inline |
found(const string &other, int occurrence=1) const noexcept | z::core::string< E > | inline |
foundAt(const string &other, int index) const noexcept | z::core::string< E > | |
foundEndAt(const string &other, int index) const noexcept | z::core::string< E > | |
hash() const noexcept | z::core::string< E > | |
increase(int charCount) noexcept | z::core::string< E > | |
insert(const string &other, int index) noexcept | z::core::string< E > | |
integer(int base=10, uint32_t decimal='.') const noexcept | z::core::string< E > | |
isComplex(int base=10, uint32_t decimal='.') const noexcept | z::core::string< E > | inline |
isFloating(int base=10, uint32_t decimal='.') const noexcept | z::core::string< E > | inline |
isInteger(int base=10) const noexcept | z::core::string< E > | inline |
length() const noexcept override | z::core::string< E > | virtual |
load_minimal(archive const &ar, std::string const &value) | z::core::string< E > | inline |
lower() const noexcept | z::core::string< E > | inline |
nstring() const noexcept | z::core::string< E > | |
numberFormat(double value, int precision=0, bool forcePrecision=false, char decimal='.', char thousands=',') noexcept | z::core::string< E > | static |
operator bool() const noexcept | z::core::string< E > | inlineexplicit |
operator double() const noexcept | z::core::string< E > | inlineexplicit |
operator float() const noexcept | z::core::string< E > | inlineexplicit |
operator INT() const noexcept | z::core::string< E > | inlineexplicit |
operator!=(const string &other) const noexcept | z::core::string< E > | inline |
operator+(const string &other) const noexcept | z::core::string< E > | |
operator+=(const string &other) noexcept | z::core::string< E > | |
operator<(const string &other) const noexcept | z::core::string< E > | |
operator<< | z::core::string< E > | friend |
operator<=(const string &other) const noexcept | z::core::string< E > | inline |
operator=(string &&other) noexcept | z::core::string< E > | inline |
operator=(const string &other) noexcept | z::core::string< E > | |
operator==(const string &other) const noexcept | z::core::string< E > | |
operator>(const string &other) const noexcept | z::core::string< E > | |
operator>=(const string &other) const noexcept | z::core::string< E > | inline |
operator>> | z::core::string< E > | friend |
operator[](int index) const | z::core::indexable< T > | inlinevirtual |
ordinal(long long value) noexcept | z::core::string< E > | static |
padLeft(const string &other, int padSize) const noexcept | z::core::string< E > | inline |
padLeftIn(const string &other, int padSize) noexcept | z::core::string< E > | |
padRight(const string &other, int padSize) const noexcept | z::core::string< E > | inline |
padRightIn(const string &other, int padSize) noexcept | z::core::string< E > | |
precision(double value, int precision, bool forcePrecision=false) noexcept | z::core::string< E > | inlinestatic |
read(std::istream &stream, uint32_t delim=0) noexcept | z::core::string< E > | |
readall(std::istream &stream) noexcept | z::core::string< E > | |
readln(std::istream &stream) noexcept | z::core::string< E > | |
remove(const string &other, int occurrence=0) noexcept | z::core::string< E > | |
remove(int index, int count) noexcept | z::core::string< E > | |
repeat(int count) const noexcept | z::core::string< E > | inline |
replace(const string &findStr, const string &replStr, int occurrence=0) noexcept | z::core::string< E > | |
replace(int index, int count, const string &other) noexcept | z::core::string< E > | |
save_minimal(archive &ar) const | z::core::string< E > | inline |
size() const noexcept override | z::core::string< E > | virtual |
str() const noexcept | z::core::string< E > | inline |
string() noexcept | z::core::string< E > | |
string(char chr) noexcept | z::core::string< E > | explicit |
string(wchar_t chr) noexcept | z::core::string< E > | explicit |
string(const uint32_t &chr) noexcept | z::core::string< E > | |
string(const char *str) noexcept | z::core::string< E > | |
string(const char *str, size_t len) noexcept | z::core::string< E > | |
string(const wchar_t *str) noexcept | z::core::string< E > | |
string(const wchar_t *str, size_t len) noexcept | z::core::string< E > | |
string(const std::string &str) noexcept | z::core::string< E > | inline |
string(INT value, int base=10, int padSize=0) noexcept | z::core::string< E > | inline |
string(PTR pointer) noexcept | z::core::string< E > | inline |
string(FLT value, int base=10, int precision=0, bool scientific=true, int padSize=0) noexcept | z::core::string< E > | inline |
string(const std::complex< T > &value, int base=10, int precision=0, bool scientific=true, int padSize=0) noexcept | z::core::string< E > | inline |
string(const string< ascii > &other) noexcept | z::core::string< E > | |
string(const string< utf8 > &other) noexcept | z::core::string< E > | |
string(const string< utf16 > &other) noexcept | z::core::string< E > | |
string(const string< utf32 > &other) noexcept | z::core::string< E > | |
string(string &&other) noexcept | z::core::string< E > | inline |
substr(int index, int count) const noexcept | z::core::string< E > | |
toCamel() noexcept | z::core::string< E > | |
toLower() noexcept | z::core::string< E > | |
toUpper() noexcept | z::core::string< E > | |
trim(const string &other="") const noexcept | z::core::string< E > | inline |
trimIn(const string &other="") noexcept | z::core::string< E > | inline |
trimLeft(const string &other="") const noexcept | z::core::string< E > | inline |
trimLeftIn(const string &other="") noexcept | z::core::string< E > | inline |
trimRight(const string &other="") const noexcept | z::core::string< E > | inline |
trimRightIn(const string &other="") noexcept | z::core::string< E > | inline |
truncate(int index) noexcept | z::core::string< E > | |
type(int base=10, uint32_t decimal='.') const noexcept | z::core::string< E > | |
upper() const noexcept | z::core::string< E > | inline |
words(long long value, bool ordinal=false) noexcept | z::core::string< E > | static |
write(std::ostream &stream) const noexcept | z::core::string< E > | inline |
writeln(std::ostream &stream) const noexcept | z::core::string< E > | inline |
wstring() const noexcept | z::core::string< E > | |
~indexable() noexcept | z::core::indexable< T > | inlinevirtual |
~iterable() noexcept | z::core::iterable< ITER > | inlinevirtual |
~sizable() noexcept | z::core::sizable | inlinevirtual |
~string() noexcept | z::core::string< E > | inline |