append(size_type count, value_type ch) | comms::util::StaticString< TSize, TChar > | |
append(const StaticString< TAnySize, TChar > &other) | comms::util::StaticString< TSize, TChar > | |
append(const StaticString< TAnySize, TChar > &other, size_type pos, size_type count=npos) | comms::util::StaticString< TSize, TChar > | |
append(const TChar *str, size_type count) | comms::util::StaticString< TSize, TChar > | |
append(const TChar *str) | comms::util::StaticString< TSize, TChar > | |
append(TIter first, TIter last) | comms::util::StaticString< TSize, TChar > | |
append(std::initializer_list< value_type > init) | comms::util::StaticString< TSize, TChar > | |
assign(size_type count, value_type ch) | comms::util::StaticString< TSize, TChar > | |
assign(const StaticString &other) | comms::util::StaticString< TSize, TChar > | |
assign(const StaticString< TOtherSize, TChar > &other) | comms::util::StaticString< TSize, TChar > | |
assign(const StaticString< TOtherSize, TChar > &other, size_type pos, size_type count=npos) | comms::util::StaticString< TSize, TChar > | |
assign(const_pointer str, size_type count) | comms::util::StaticString< TSize, TChar > | |
assign(const_pointer str) | comms::util::StaticString< TSize, TChar > | |
assign(TIter first, TIter last) | comms::util::StaticString< TSize, TChar > | |
assign(std::initializer_list< value_type > init) | comms::util::StaticString< TSize, TChar > | |
at(size_type pos) | comms::util::StaticString< TSize, TChar > | |
at(size_type pos) const | comms::util::StaticString< TSize, TChar > | |
back() | comms::util::StaticString< TSize, TChar > | |
back() const | comms::util::StaticString< TSize, TChar > | |
begin() | comms::util::StaticString< TSize, TChar > | |
begin() const | comms::util::StaticString< TSize, TChar > | |
c_str() const | comms::util::StaticString< TSize, TChar > | |
capacity() const | comms::util::StaticString< TSize, TChar > | |
cbegin() const | comms::util::StaticString< TSize, TChar > | |
cend() const | comms::util::StaticString< TSize, TChar > | |
clear() | comms::util::StaticString< TSize, TChar > | |
compare(const StaticString< TAnySize, TChar > &other) const | comms::util::StaticString< TSize, TChar > | |
compare(size_type pos, size_type count, const StaticString< TAnySize, TChar > &other) const | comms::util::StaticString< TSize, TChar > | |
compare(size_type pos1, size_type count1, const StaticString< TAnySize, TChar > &other, size_type pos2, size_type count2=npos) const | comms::util::StaticString< TSize, TChar > | |
compare(const_pointer str) const | comms::util::StaticString< TSize, TChar > | |
compare(size_type pos, size_type count, const_pointer str) const | comms::util::StaticString< TSize, TChar > | |
compare(size_type pos, size_type count1, const_pointer str, size_type count2) const | comms::util::StaticString< TSize, TChar > | |
const_iterator typedef | comms::util::StaticString< TSize, TChar > | |
const_pointer typedef | comms::util::StaticString< TSize, TChar > | |
const_reference typedef | comms::util::StaticString< TSize, TChar > | |
const_reverse_iterator typedef | comms::util::StaticString< TSize, TChar > | |
copy(pointer dest, size_type count, size_type pos=0) const | comms::util::StaticString< TSize, TChar > | |
crbegin() const | comms::util::StaticString< TSize, TChar > | |
crend() const | comms::util::StaticString< TSize, TChar > | |
data() const | comms::util::StaticString< TSize, TChar > | |
difference_type typedef | comms::util::StaticString< TSize, TChar > | |
empty() const | comms::util::StaticString< TSize, TChar > | |
end() | comms::util::StaticString< TSize, TChar > | |
end() const | comms::util::StaticString< TSize, TChar > | |
erase(std::size_t idx, std::size_t count=npos) | comms::util::StaticString< TSize, TChar > | |
erase(const_iterator pos) | comms::util::StaticString< TSize, TChar > | |
erase(const_iterator first, const_iterator last) | comms::util::StaticString< TSize, TChar > | |
find(const StaticString< TAnySize, TChar > &str, size_type pos=0) const | comms::util::StaticString< TSize, TChar > | |
find(const_pointer str, size_type pos, size_type count) const | comms::util::StaticString< TSize, TChar > | |
find(const_pointer str, size_type pos=0) const | comms::util::StaticString< TSize, TChar > | |
find(value_type ch, size_type pos=0) const | comms::util::StaticString< TSize, TChar > | |
find_first_not_of(const StaticString< TAnySize, TChar > &str, size_type pos=0) const | comms::util::StaticString< TSize, TChar > | |
find_first_not_of(const_pointer str, size_type pos, size_type count) const | comms::util::StaticString< TSize, TChar > | |
find_first_not_of(const_pointer str, size_type pos=0) const | comms::util::StaticString< TSize, TChar > | |
find_first_not_of(value_type ch, size_type pos=0) const | comms::util::StaticString< TSize, TChar > | |
find_first_of(const StaticString< TAnySize, TChar > &str, size_type pos=0) const | comms::util::StaticString< TSize, TChar > | |
find_first_of(const_pointer str, size_type pos, size_type count) const | comms::util::StaticString< TSize, TChar > | |
find_first_of(const_pointer str, size_type pos=0) const | comms::util::StaticString< TSize, TChar > | |
find_first_of(value_type ch, size_type pos=0) const | comms::util::StaticString< TSize, TChar > | |
find_last_not_of(const StaticString< TAnySize, TChar > &str, size_type pos=npos) const | comms::util::StaticString< TSize, TChar > | |
find_last_not_of(const_pointer str, size_type pos, size_type count) const | comms::util::StaticString< TSize, TChar > | |
find_last_not_of(const_pointer str, size_type pos=npos) const | comms::util::StaticString< TSize, TChar > | |
find_last_not_of(value_type ch, size_type pos=npos) const | comms::util::StaticString< TSize, TChar > | |
find_last_of(const StaticString< TAnySize, TChar > &str, size_type pos=npos) const | comms::util::StaticString< TSize, TChar > | |
find_last_of(const_pointer str, size_type pos, size_type count) const | comms::util::StaticString< TSize, TChar > | |
find_last_of(const_pointer str, size_type pos=npos) const | comms::util::StaticString< TSize, TChar > | |
find_last_of(value_type ch, size_type pos=npos) const | comms::util::StaticString< TSize, TChar > | |
front() | comms::util::StaticString< TSize, TChar > | |
front() const | comms::util::StaticString< TSize, TChar > | |
insert(size_type idx, size_type count, value_type ch) | comms::util::StaticString< TSize, TChar > | |
insert(size_type idx, const_pointer str) | comms::util::StaticString< TSize, TChar > | |
insert(size_type idx, const_pointer str, size_type count) | comms::util::StaticString< TSize, TChar > | |
insert(size_type idx, const StaticString< TAnySize, TChar > &str) | comms::util::StaticString< TSize, TChar > | |
insert(size_type idx, const StaticString< TAnySize, TChar > &str, size_type str_idx, size_type count=npos) | comms::util::StaticString< TSize, TChar > | |
insert(const_iterator pos, value_type ch) | comms::util::StaticString< TSize, TChar > | |
insert(const_iterator pos, size_type count, value_type ch) | comms::util::StaticString< TSize, TChar > | |
insert(const_iterator pos, TIter first, TIter last) | comms::util::StaticString< TSize, TChar > | |
insert(const_iterator pos, std::initializer_list< value_type > init) | comms::util::StaticString< TSize, TChar > | |
isStaticString() | comms::util::StaticString< TSize, TChar > | related |
iterator typedef | comms::util::StaticString< TSize, TChar > | |
length() const | comms::util::StaticString< TSize, TChar > | |
max_size() const | comms::util::StaticString< TSize, TChar > | |
npos | comms::util::StaticString< TSize, TChar > | static |
operator!=(const StaticString< TSize1, TChar > &str1, const StaticString< TSize2, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
operator!=(const TChar *str1, const StaticString< TSize1, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
operator!=(const StaticString< TSize1, TChar > &str1, const TChar *str2) | comms::util::StaticString< TSize, TChar > | related |
operator+=(const StaticString< TAnySize, TChar > &other) | comms::util::StaticString< TSize, TChar > | |
operator+=(value_type ch) | comms::util::StaticString< TSize, TChar > | |
operator+=(const_pointer str) | comms::util::StaticString< TSize, TChar > | |
operator+=(std::initializer_list< value_type > init) | comms::util::StaticString< TSize, TChar > | |
operator<(const_pointer str) const | comms::util::StaticString< TSize, TChar > | |
operator<(const StaticString< TSize1, TChar > &str1, const StaticString< TSize2, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
operator<(const TChar *str1, const StaticString< TSize1, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
operator<(const StaticString< TSize1, TChar > &str1, const TChar *str2) | comms::util::StaticString< TSize, TChar > | related |
operator<=(const StaticString< TSize1, TChar > &str1, const StaticString< TSize2, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
operator<=(const TChar *str1, const StaticString< TSize1, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
operator<=(const StaticString< TSize1, TChar > &str1, const TChar *str2) | comms::util::StaticString< TSize, TChar > | related |
operator=(const StaticString &other) | comms::util::StaticString< TSize, TChar > | |
operator=(const StaticString< TOtherSize, TChar > &other) | comms::util::StaticString< TSize, TChar > | |
operator=(const_pointer str) | comms::util::StaticString< TSize, TChar > | |
operator=(value_type ch) | comms::util::StaticString< TSize, TChar > | |
operator=(std::initializer_list< value_type > init) | comms::util::StaticString< TSize, TChar > | |
operator==(const_pointer str) const | comms::util::StaticString< TSize, TChar > | |
operator==(const StaticString< TSize1, TChar > &str1, const StaticString< TSize2, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
operator==(const TChar *str1, const StaticString< TSize1, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
operator==(const StaticString< TSize1, TChar > &str1, const TChar *str2) | comms::util::StaticString< TSize, TChar > | related |
operator>(const_pointer str) const | comms::util::StaticString< TSize, TChar > | |
operator>(const StaticString< TSize1, TChar > &str1, const StaticString< TSize2, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
operator>(const TChar *str1, const StaticString< TSize1, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
operator>(const StaticString< TSize1, TChar > &str1, const TChar *str2) | comms::util::StaticString< TSize, TChar > | related |
operator>=(const StaticString< TSize1, TChar > &str1, const StaticString< TSize2, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
operator>=(const TChar *str1, const StaticString< TSize1, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
operator>=(const StaticString< TSize1, TChar > &str1, const TChar *str2) | comms::util::StaticString< TSize, TChar > | related |
operator[](size_type pos) | comms::util::StaticString< TSize, TChar > | |
operator[](size_type pos) const | comms::util::StaticString< TSize, TChar > | |
pointer typedef | comms::util::StaticString< TSize, TChar > | |
pop_back() | comms::util::StaticString< TSize, TChar > | |
push_back(value_type ch) | comms::util::StaticString< TSize, TChar > | |
rbegin() | comms::util::StaticString< TSize, TChar > | |
rbegin() const | comms::util::StaticString< TSize, TChar > | |
reference typedef | comms::util::StaticString< TSize, TChar > | |
rend() | comms::util::StaticString< TSize, TChar > | |
rend() const | comms::util::StaticString< TSize, TChar > | |
replace(size_type pos, size_type count, const StaticString< TAnySize, TChar > &other) | comms::util::StaticString< TSize, TChar > | |
replace(const_iterator first, const_iterator last, const StaticString< TAnySize, TChar > &other) | comms::util::StaticString< TSize, TChar > | |
replace(size_type pos, size_type count, const StaticString< TAnySize, TChar > &other, size_type pos2, size_type count2=npos) | comms::util::StaticString< TSize, TChar > | |
replace(const_iterator first, const_iterator last, TIter first2, TIter last2) | comms::util::StaticString< TSize, TChar > | |
replace(size_type pos, size_type count, const_pointer str, size_type count2) | comms::util::StaticString< TSize, TChar > | |
replace(const_iterator first, const_iterator last, const_pointer str, size_type count2) | comms::util::StaticString< TSize, TChar > | |
replace(size_type pos, size_type count, const_pointer str) | comms::util::StaticString< TSize, TChar > | |
replace(const_iterator first, const_iterator last, const_pointer str) | comms::util::StaticString< TSize, TChar > | |
replace(size_type pos, size_type count, size_type count2, value_type ch) | comms::util::StaticString< TSize, TChar > | |
replace(const_iterator first, const_iterator last, size_type count2, value_type ch) | comms::util::StaticString< TSize, TChar > | |
replace(const_iterator first, const_iterator last, std::initializer_list< value_type > init) | comms::util::StaticString< TSize, TChar > | |
reserve(size_type) | comms::util::StaticString< TSize, TChar > | |
resize(size_type count) | comms::util::StaticString< TSize, TChar > | |
resize(size_type count, value_type ch) | comms::util::StaticString< TSize, TChar > | |
reverse_iterator typedef | comms::util::StaticString< TSize, TChar > | |
rfind(const StaticString< TAnySize, TChar > &str, size_type pos=npos) const | comms::util::StaticString< TSize, TChar > | |
rfind(const_pointer str, size_type pos, size_type count) const | comms::util::StaticString< TSize, TChar > | |
rfind(const_pointer str, size_type pos=npos) const | comms::util::StaticString< TSize, TChar > | |
rfind(value_type ch, size_type pos=npos) const | comms::util::StaticString< TSize, TChar > | |
shrink_to_fit() | comms::util::StaticString< TSize, TChar > | |
size() const | comms::util::StaticString< TSize, TChar > | |
size_type typedef | comms::util::StaticString< TSize, TChar > | |
StaticString() | comms::util::StaticString< TSize, TChar > | |
StaticString(size_type count, value_type ch) | comms::util::StaticString< TSize, TChar > | |
StaticString(const StaticString< TOtherSize, TChar > &other, size_type pos, size_type count=npos) | comms::util::StaticString< TSize, TChar > | |
StaticString(const_pointer str, size_type count) | comms::util::StaticString< TSize, TChar > | |
StaticString(const_pointer str) | comms::util::StaticString< TSize, TChar > | |
StaticString(TIter first, TIter last) | comms::util::StaticString< TSize, TChar > | |
StaticString(const StaticString &other) | comms::util::StaticString< TSize, TChar > | |
StaticString(const StaticString< TOtherSize, TChar > &other) | comms::util::StaticString< TSize, TChar > | explicit |
StaticString(std::initializer_list< value_type > init) | comms::util::StaticString< TSize, TChar > | |
substr(size_type pos=0, size_type count=npos) const | comms::util::StaticString< TSize, TChar > | |
swap(StaticString< TAnySize, TChar > &other) | comms::util::StaticString< TSize, TChar > | |
swap(comms::util::StaticString< TSize1, TChar > &str1, comms::util::StaticString< TSize2, TChar > &str2) | comms::util::StaticString< TSize, TChar > | related |
value_type typedef | comms::util::StaticString< TSize, TChar > | |