ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
toy::FixedString< allocatedSize > Member List

This is the complete list of members for toy::FixedString< allocatedSize >, including all inherited members.

_append_raw(const char *data, size_t dataSize) noexcepttoy::FixedString< allocatedSize >private
_find_first_not_of_raw(size_t position, const char *data, size_t dataSize) const noexcepttoy::FixedString< allocatedSize >private
_find_first_of_raw(size_t position, const char *data, size_t dataSize) const noexcepttoy::FixedString< allocatedSize >private
_find_last_not_of_raw(size_t position, const char *data, size_t dataSize) const noexcepttoy::FixedString< allocatedSize >private
_find_last_of_raw(size_t position, const char *data, size_t dataSize) const noexcepttoy::FixedString< allocatedSize >private
_find_raw(size_t position, const char *data, size_t dataSize) const noexcepttoy::FixedString< allocatedSize >private
_insert_raw(size_t position, const char *data, size_t dataSize) noexcepttoy::FixedString< allocatedSize >private
_replace_raw(size_t position, size_t oldCount, const char *data, size_t dataSize) noexcepttoy::FixedString< allocatedSize >private
_rfind_raw(size_t position, const char *data, size_t dataSize) const noexcepttoy::FixedString< allocatedSize >private
_storagetoy::FixedString< allocatedSize >private
append(size_type count, char character) noexcepttoy::FixedString< allocatedSize >
append(const char *string, size_type count) noexcepttoy::FixedString< allocatedSize >
append(const char *string) noexcepttoy::FixedString< allocatedSize >
append(const FixedString< allocatedSize > &string) noexcepttoy::FixedString< allocatedSize >
append(const stringType &string) noexcepttoy::FixedString< allocatedSize >
assign(const FixedString< allocatedSize > &string) noexcepttoy::FixedString< allocatedSize >
assign(const stringType &string) noexcepttoy::FixedString< allocatedSize >
assign(const char *string) noexcepttoy::FixedString< allocatedSize >
assign(char character, size_t count=1) noexcepttoy::FixedString< allocatedSize >
at(size_t offset) noexcepttoy::FixedString< allocatedSize >
at(size_t offset) const noexcepttoy::FixedString< allocatedSize >
back() noexcepttoy::FixedString< allocatedSize >
back() const noexcepttoy::FixedString< allocatedSize >
c_str() const noexcepttoy::FixedString< allocatedSize >
capacity() const noexcepttoy::FixedString< allocatedSize >
clear() noexcepttoy::FixedString< allocatedSize >
compare(const FixedString< allocatedSize > &string) const noexcepttoy::FixedString< allocatedSize >
compare(const stringType &string) const noexcepttoy::FixedString< allocatedSize >
compare(const char *string) const noexcepttoy::FixedString< allocatedSize >
const_iterator typedeftoy::FixedString< allocatedSize >
const_pointer typedeftoy::FixedString< allocatedSize >
const_reference typedeftoy::FixedString< allocatedSize >
const_reverse_iterator typedeftoy::FixedString< allocatedSize >
contains(const FixedString< allocatedSize > &string) const noexcepttoy::FixedString< allocatedSize >
contains(const stringType &string) const noexcepttoy::FixedString< allocatedSize >
contains(const char *string) const noexcepttoy::FixedString< allocatedSize >
contains(char character) const noexcepttoy::FixedString< allocatedSize >
copy(char *dest, size_t count, size_t pos=0) const noexcepttoy::FixedString< allocatedSize >
data() noexcepttoy::FixedString< allocatedSize >
data() const noexcepttoy::FixedString< allocatedSize >
difference_type typedeftoy::FixedString< allocatedSize >
empty() const noexcepttoy::FixedString< allocatedSize >
ends_with(const FixedString< allocatedSize > &string) const noexcepttoy::FixedString< allocatedSize >
ends_with(const stringType &string) const noexcepttoy::FixedString< allocatedSize >
ends_with(const char *string) const noexcepttoy::FixedString< allocatedSize >
ends_with(char character) const noexcepttoy::FixedString< allocatedSize >
erase(size_t offset, size_t count=npos) noexcepttoy::FixedString< allocatedSize >
find(const FixedString< allocatedSize > &string, size_t position=0) const noexcepttoy::FixedString< allocatedSize >
find(const stringType &string, size_t position=0) const noexcepttoy::FixedString< allocatedSize >
find(const char *string, size_t position=0) const noexcepttoy::FixedString< allocatedSize >
find(char character, size_t position=0) const noexcepttoy::FixedString< allocatedSize >
find_first_not_of(const FixedString< allocatedSize > &string, size_t position=0) const noexcepttoy::FixedString< allocatedSize >
find_first_not_of(const stringType &string, size_t position=0) const noexcepttoy::FixedString< allocatedSize >
find_first_not_of(const char *string, size_t position=0) const noexcepttoy::FixedString< allocatedSize >
find_first_not_of(char character, size_t position=0) const noexcepttoy::FixedString< allocatedSize >
find_first_of(const FixedString< allocatedSize > &string, size_t position=0) const noexcepttoy::FixedString< allocatedSize >
find_first_of(const stringType &string, size_t position=0) const noexcepttoy::FixedString< allocatedSize >
find_first_of(const char *string, size_t position=0) const noexcepttoy::FixedString< allocatedSize >
find_first_of(char character, size_t position=0) const noexcepttoy::FixedString< allocatedSize >
find_last_not_of(const FixedString< allocatedSize > &string, size_t position=npos) const noexcepttoy::FixedString< allocatedSize >
find_last_not_of(const stringType &string, size_t position=npos) const noexcepttoy::FixedString< allocatedSize >
find_last_not_of(const char *string, size_t position=npos) const noexcepttoy::FixedString< allocatedSize >
find_last_not_of(char character, size_t position=npos) const noexcepttoy::FixedString< allocatedSize >
find_last_of(const FixedString< allocatedSize > &string, size_t position=npos) const noexcepttoy::FixedString< allocatedSize >
find_last_of(const stringType &string, size_t position=npos) const noexcepttoy::FixedString< allocatedSize >
find_last_of(const char *string, size_t position=npos) const noexcepttoy::FixedString< allocatedSize >
find_last_of(char character, size_t position=npos) const noexcepttoy::FixedString< allocatedSize >
FixedString() noexcept=defaulttoy::FixedString< allocatedSize >
FixedString(size_type count, char character) noexcepttoy::FixedString< allocatedSize >
FixedString(const stringType &string) noexcepttoy::FixedString< allocatedSize >explicit
FixedString(stringType &&string) noexcepttoy::FixedString< allocatedSize >explicit
FixedString(const char *string) noexcepttoy::FixedString< allocatedSize >explicit
front() noexcepttoy::FixedString< allocatedSize >
front() const noexcepttoy::FixedString< allocatedSize >
insert(size_t index, const FixedString< allocatedSize > &string) noexcepttoy::FixedString< allocatedSize >
insert(size_t index, const stringType &string) noexcepttoy::FixedString< allocatedSize >
insert(size_t index, const char *string) noexcepttoy::FixedString< allocatedSize >
insert(size_t index, char character, size_t count=1) noexcepttoy::FixedString< allocatedSize >
iterator typedeftoy::FixedString< allocatedSize >
length() const noexcepttoy::FixedString< allocatedSize >
max_size() const noexcepttoy::FixedString< allocatedSize >
npostoy::FixedString< allocatedSize >static
operator+=(const FixedString< allocatedSize > &string) noexcepttoy::FixedString< allocatedSize >
operator+=(const stringType &string) noexcepttoy::FixedString< allocatedSize >
operator+=(const char *string) noexcepttoy::FixedString< allocatedSize >
operator+=(char character) noexcepttoy::FixedString< allocatedSize >
operator=(const stringType &string) noexcepttoy::FixedString< allocatedSize >
operator=(const char *string) noexcepttoy::FixedString< allocatedSize >
operator=(char character) noexcepttoy::FixedString< allocatedSize >
operator[](size_t offset) noexcepttoy::FixedString< allocatedSize >
operator[](size_t offset) const noexcepttoy::FixedString< allocatedSize >
pointer typedeftoy::FixedString< allocatedSize >
pop_back() noexcepttoy::FixedString< allocatedSize >
push_back(char character) noexcepttoy::FixedString< allocatedSize >
reference typedeftoy::FixedString< allocatedSize >
replace(size_t pos, size_t count, const FixedString< allocatedSize > &string) noexcepttoy::FixedString< allocatedSize >
replace(size_t pos, size_t count, const stringType &string) noexcepttoy::FixedString< allocatedSize >
replace(size_t pos, size_t count, const char *string) noexcepttoy::FixedString< allocatedSize >
replace(size_t pos, size_t count, char character, size_t charactersCount=1) noexcepttoy::FixedString< allocatedSize >
reverse_iterator typedeftoy::FixedString< allocatedSize >
rfind(const FixedString< allocatedSize > &string, size_t position=npos) const noexcepttoy::FixedString< allocatedSize >
rfind(const stringType &string, size_t position=npos) const noexcepttoy::FixedString< allocatedSize >
rfind(const char *string, size_t position=npos) const noexcepttoy::FixedString< allocatedSize >
rfind(char character, size_t position=npos) const noexcepttoy::FixedString< allocatedSize >
size() const noexcepttoy::FixedString< allocatedSize >
size_type typedeftoy::FixedString< allocatedSize >
starts_with(const FixedString< allocatedSize > &string) const noexcepttoy::FixedString< allocatedSize >
starts_with(const stringType &string) const noexcepttoy::FixedString< allocatedSize >
starts_with(const char *string) const noexcepttoy::FixedString< allocatedSize >
starts_with(char character) const noexcepttoy::FixedString< allocatedSize >
substr(size_t position=0, size_t count=npos) const noexcepttoy::FixedString< allocatedSize >
swap(FixedString< allocatedSize > &string) noexcepttoy::FixedString< allocatedSize >
utf8_pop_back() noexcepttoy::FixedString< allocatedSize >
utf8_size() const noexcepttoy::FixedString< allocatedSize >inline
value_type typedeftoy::FixedString< allocatedSize >