Embedded Template Library 1.0
|
This is the complete list of members for etl::wstring< MAX_SIZE_ >, including all inherited members.
append(const ibasic_string &str) | etl::ibasic_string< T > | inline |
append(const ibasic_string &str, size_type subposition, size_type sublength=npos) | etl::ibasic_string< T > | inline |
append(const T *str) | etl::ibasic_string< T > | inline |
append(const T *str, size_type n) | etl::ibasic_string< T > | inline |
append(size_type n, T c) | etl::ibasic_string< T > | inline |
append(TIterator first, TIterator last) | etl::ibasic_string< T > | inline |
assign(const etl::ibasic_string< T > &other) | etl::ibasic_string< T > | inline |
assign(const etl::ibasic_string< T > &other, size_type subposition, size_type sublength) | etl::ibasic_string< T > | inline |
assign(const_pointer other) | etl::ibasic_string< T > | inline |
assign(const_pointer other, size_type length_) | etl::ibasic_string< T > | inline |
assign(TIterator first, TIterator last) | etl::ibasic_string< T > | inline |
assign(size_type n, T value) | etl::ibasic_string< T > | inline |
at(size_type i) | etl::ibasic_string< T > | inline |
at(size_type i) const | etl::ibasic_string< T > | inline |
available() const | etl::string_base | inline |
back() | etl::ibasic_string< T > | inline |
back() const | etl::ibasic_string< T > | inline |
base_type typedef (defined in etl::wstring< MAX_SIZE_ >) | etl::wstring< MAX_SIZE_ > | |
begin() | etl::ibasic_string< T > | inline |
begin() const | etl::ibasic_string< T > | inline |
c_str() const | etl::ibasic_string< T > | inline |
CAPACITY | etl::string_base | protected |
capacity() const | etl::string_base | inline |
cbegin() const | etl::ibasic_string< T > | inline |
cend() const | etl::ibasic_string< T > | inline |
clear() | etl::ibasic_string< T > | inline |
CLEAR_AFTER_USE (defined in etl::private_basic_string::string_base_statics< T >) | etl::private_basic_string::string_base_statics< T > | static |
clear_truncated() | etl::string_base | inline |
compare(const ibasic_string &str) const | etl::ibasic_string< T > | inline |
compare(size_type position, size_type length_, const ibasic_string &str) const | etl::ibasic_string< T > | inline |
compare(size_type position, size_type length_, const ibasic_string &str, size_type subposition, size_type sublength) const | etl::ibasic_string< T > | inline |
compare(const value_type *s) const | etl::ibasic_string< T > | inline |
compare(size_type position, size_type length_, const_pointer s) const | etl::ibasic_string< T > | inline |
compare(size_type position, size_type length_, const_pointer s, size_type n) const | etl::ibasic_string< T > | inline |
const_iterator typedef (defined in etl::ibasic_string< T >) | etl::ibasic_string< T > | |
const_pointer typedef (defined in etl::ibasic_string< T >) | etl::ibasic_string< T > | |
const_reference typedef (defined in etl::ibasic_string< T >) | etl::ibasic_string< T > | |
const_reverse_iterator typedef (defined in etl::ibasic_string< T >) | etl::ibasic_string< T > | |
copy(pointer dest, size_type count, size_type pos=0) const | etl::ibasic_string< T > | inline |
crbegin() const | etl::ibasic_string< T > | inline |
crend() const | etl::ibasic_string< T > | inline |
current_size | etl::string_base | protected |
data() | etl::ibasic_string< T > | inline |
data() const | etl::ibasic_string< T > | inline |
data_end() | etl::ibasic_string< T > | inline |
data_end() const | etl::ibasic_string< T > | inline |
difference_type typedef (defined in etl::ibasic_string< T >) | etl::ibasic_string< T > | |
empty() const | etl::string_base | inline |
end() | etl::ibasic_string< T > | inline |
end() const | etl::ibasic_string< T > | inline |
erase(size_type position, size_type length_=npos) | etl::ibasic_string< T > | inline |
erase(iterator i_element) | etl::ibasic_string< T > | inline |
erase(const_iterator i_element) | etl::ibasic_string< T > | inline |
erase(const_iterator first, const_iterator last) | etl::ibasic_string< T > | inline |
fill(T value) | etl::ibasic_string< T > | inline |
find(const ibasic_string< T > &str, size_type pos=0) const | etl::ibasic_string< T > | inline |
find(const_pointer s, size_type pos=0) const | etl::ibasic_string< T > | inline |
find(const_pointer s, size_type pos, size_type n) const | etl::ibasic_string< T > | inline |
find(T c, size_type position=0) const | etl::ibasic_string< T > | inline |
find_first_not_of(const ibasic_string< T > &str, size_type position=0) const | etl::ibasic_string< T > | inline |
find_first_not_of(const_pointer s, size_type position=0) const | etl::ibasic_string< T > | inline |
find_first_not_of(const_pointer s, size_type position, size_type n) const | etl::ibasic_string< T > | inline |
find_first_not_of(value_type c, size_type position=0) const | etl::ibasic_string< T > | inline |
find_first_of(const ibasic_string< T > &str, size_type position=0) const | etl::ibasic_string< T > | inline |
find_first_of(const_pointer s, size_type position=0) const | etl::ibasic_string< T > | inline |
find_first_of(const_pointer s, size_type position, size_type n) const | etl::ibasic_string< T > | inline |
find_first_of(value_type c, size_type position=0) const | etl::ibasic_string< T > | inline |
find_last_not_of(const ibasic_string< T > &str, size_type position=npos) const | etl::ibasic_string< T > | inline |
find_last_not_of(const_pointer s, size_type position=npos) const | etl::ibasic_string< T > | inline |
find_last_not_of(const_pointer s, size_type position, size_type n) const | etl::ibasic_string< T > | inline |
find_last_not_of(value_type c, size_type position=npos) const (defined in etl::ibasic_string< T >) | etl::ibasic_string< T > | inline |
find_last_of(const ibasic_string< T > &str, size_type position=npos) const | etl::ibasic_string< T > | inline |
find_last_of(const_pointer s, size_type position=npos) const | etl::ibasic_string< T > | inline |
find_last_of(const_pointer s, size_type position, size_type n) const | etl::ibasic_string< T > | inline |
find_last_of(value_type c, size_type position=npos) const | etl::ibasic_string< T > | inline |
flags (defined in etl::string_base) | etl::string_base | protected |
front() | etl::ibasic_string< T > | inline |
front() const | etl::ibasic_string< T > | inline |
full() const | etl::string_base | inline |
ibasic_string(T *p_buffer_, size_type MAX_SIZE_) | etl::ibasic_string< T > | inlineprotected |
initialise() | etl::ibasic_string< T > | inlineprotected |
initialize_free_space() | etl::ibasic_string< T > | inline |
insert(const_iterator position, T value) | etl::ibasic_string< T > | inline |
insert(const_iterator position, size_type n, T value) | etl::ibasic_string< T > | inline |
insert(const_iterator position, TIterator first, TIterator last) | etl::ibasic_string< T > | inline |
insert(size_type position, const etl::ibasic_string< T > &str) | etl::ibasic_string< T > | inline |
insert(size_type position, const etl::ibasic_string< T > &str, size_type subposition, size_type sublength) | etl::ibasic_string< T > | inline |
insert(size_type position, const_pointer s) | etl::ibasic_string< T > | inline |
insert(size_type position, const_pointer s, size_type n) | etl::ibasic_string< T > | inline |
insert(size_type position, size_type n, value_type c) | etl::ibasic_string< T > | inline |
interface_type typedef (defined in etl::wstring< MAX_SIZE_ >) | etl::wstring< MAX_SIZE_ > | |
is_secure() const | etl::string_base | inline |
is_truncated() const | etl::string_base | inline |
IS_TRUNCATED (defined in etl::private_basic_string::string_base_statics< T >) | etl::private_basic_string::string_base_statics< T > | static |
iterator typedef (defined in etl::ibasic_string< T >) | etl::ibasic_string< T > | |
length() const | etl::string_base | inline |
MAX_SIZE (defined in etl::wstring< MAX_SIZE_ >) | etl::wstring< MAX_SIZE_ > | static |
max_size() const | etl::string_base | inline |
npos (defined in etl::private_basic_string::string_base_statics< T >) | etl::private_basic_string::string_base_statics< T > | static |
operator+=(const ibasic_string &rhs) | etl::ibasic_string< T > | inline |
operator+=(const_pointer rhs) | etl::ibasic_string< T > | inline |
operator+=(T rhs) | etl::ibasic_string< T > | inline |
operator=(const wstring &rhs) | etl::wstring< MAX_SIZE_ > | inline |
operator=(const value_type *text) | etl::wstring< MAX_SIZE_ > | inline |
etl::ibasic_string::operator=(const ibasic_string &rhs) | etl::ibasic_string< T > | inline |
operator[](size_type i) | etl::ibasic_string< T > | inline |
operator[](size_type i) const | etl::ibasic_string< T > | inline |
pointer typedef (defined in etl::ibasic_string< T >) | etl::ibasic_string< T > | |
pop_back() | etl::ibasic_string< T > | inline |
push_back(T value) | etl::ibasic_string< T > | inline |
rbegin() | etl::ibasic_string< T > | inline |
rbegin() const | etl::ibasic_string< T > | inline |
reference typedef (defined in etl::ibasic_string< T >) | etl::ibasic_string< T > | |
rend() | etl::ibasic_string< T > | inline |
rend() const | etl::ibasic_string< T > | inline |
repair() | etl::wstring< MAX_SIZE_ > | inline |
repair_buffer(T *p_buffer_) | etl::ibasic_string< T > | inlineprotected |
replace(size_type position, size_type length_, const ibasic_string &str) | etl::ibasic_string< T > | inline |
replace(const_iterator first, const_iterator last, const ibasic_string &str) | etl::ibasic_string< T > | inline |
replace(size_type position, size_type length_, const ibasic_string &str, size_type subposition, size_type sublength) | etl::ibasic_string< T > | inline |
replace(size_type position, size_type length_, const_pointer s) | etl::ibasic_string< T > | inline |
replace(const_iterator first, const_iterator last, const_pointer s) | etl::ibasic_string< T > | inline |
replace(size_type position, size_type length_, const_pointer s, size_type n) | etl::ibasic_string< T > | inline |
replace(const_iterator first, const_iterator last, const_pointer s, size_type n) | etl::ibasic_string< T > | inline |
replace(size_type position, size_type length_, size_type n, value_type c) | etl::ibasic_string< T > | inline |
replace(const_iterator first, const_iterator last, size_type n, value_type c) | etl::ibasic_string< T > | inline |
replace(const_iterator first, const_iterator last, TIterator first_replace, TIterator last_replace) | etl::ibasic_string< T > | inline |
resize(size_type new_size) | etl::ibasic_string< T > | inline |
resize(size_type new_size, T value) | etl::ibasic_string< T > | inline |
reverse_iterator typedef (defined in etl::ibasic_string< T >) | etl::ibasic_string< T > | |
rfind(const ibasic_string< T > &str, size_type position=npos) const | etl::ibasic_string< T > | inline |
rfind(const_pointer s, size_type position=npos) const | etl::ibasic_string< T > | inline |
rfind(const_pointer s, size_type position, size_type length_) const | etl::ibasic_string< T > | inline |
rfind(T c, size_type position=npos) const | etl::ibasic_string< T > | inline |
set_secure() | etl::string_base | inline |
set_truncated(bool status) | etl::string_base | inlineprotected |
size() const | etl::string_base | inline |
size_type typedef (defined in etl::string_base) | etl::string_base | |
string_base(size_type max_size_) | etl::string_base | inlineprotected |
substr(size_type position=0, size_type length_=npos) const | etl::wstring< MAX_SIZE_ > | inline |
to_iterator(const_iterator itr) const | etl::ibasic_string< T > | inlineprotected |
trim_to_terminator() | etl::ibasic_string< T > | inline |
truncated() const | etl::string_base | inline |
uninitialized_resize(size_type new_size) | etl::ibasic_string< T > | inline |
value_type typedef (defined in etl::wstring< MAX_SIZE_ >) | etl::wstring< MAX_SIZE_ > | |
wstring() | etl::wstring< MAX_SIZE_ > | inline |
wstring(const etl::wstring< MAX_SIZE_ > &other) | etl::wstring< MAX_SIZE_ > | inline |
wstring(const etl::iwstring &other) | etl::wstring< MAX_SIZE_ > | inline |
wstring(const etl::iwstring &other, size_type position, size_type length=npos) | etl::wstring< MAX_SIZE_ > | inline |
wstring(const value_type *text) | etl::wstring< MAX_SIZE_ > | inline |
wstring(const value_type *text, size_type count) | etl::wstring< MAX_SIZE_ > | inline |
wstring(size_type count, value_type c) | etl::wstring< MAX_SIZE_ > | inline |
wstring(TIterator first, TIterator last, typename etl::enable_if<!etl::is_integral< TIterator >::value, int >::type=0) | etl::wstring< MAX_SIZE_ > | inline |
wstring(const etl::wstring_view &view) | etl::wstring< MAX_SIZE_ > | inlineexplicit |
~ibasic_string() | etl::ibasic_string< T > | inlineprotected |
~string_base() | etl::string_base | inlineprotected |