IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::StaticString< Capacity, CharT > Member List

This is the complete list of members for ice::StaticString< Capacity, CharT >, including all inherited members.

_dataice::StaticString< Capacity, CharT >
_sizeice::StaticString< Capacity, CharT >
back(this Self const &self) noexcept -> typename Self::CharTypeice::string::ReadOnlyOperationsinline
begin(this Self &self) noexcept -> typename Self::Iteratorice::string::MutableOperationsinline
ice::string::ReadOnlyOperations::begin(this Self const &self) noexcept -> typename Self::ConstIteratorice::string::ReadOnlyOperationsinline
capacity() const noexcept -> SizeTypeice::StaticString< Capacity, CharT >inline
cbegin(this Self const &self) noexcept -> typename Self::ConstIteratorice::string::ReadOnlyOperationsinline
cend(this Self const &self) noexcept -> typename Self::ConstIteratorice::string::ReadOnlyOperationsinline
CharType typedefice::StaticString< Capacity, CharT >
clear(this Self &self) noexceptice::string::MutableOperationsinline
ConstIterator typedefice::StaticString< Capacity, CharT >
ConstReverseIterator typedefice::StaticString< Capacity, CharT >
crbegin(this Self const &self) noexcept -> typename Self::ConstReverseIteratorice::string::ReadOnlyOperationsinline
crend(this Self const &self) noexcept -> typename Self::ConstReverseIteratorice::string::ReadOnlyOperationsinline
data(this Self &self) noexceptice::StaticString< Capacity, CharT >inline
data_view() const noexcept -> ice::Dataice::StaticString< Capacity, CharT >
end(this Self &self) noexcept -> typename Self::Iteratorice::string::MutableOperationsinline
ice::string::ReadOnlyOperations::end(this Self const &self) noexcept -> typename Self::ConstIteratorice::string::ReadOnlyOperationsinline
find_first_not_of(this Self const &self, typename Self::CharType character_value, ice::nindex start_idx=0) noexcept -> ice::nindexice::string::ReadOnlyOperationsinline
find_first_not_of(this Self const &self, typename Self::StringType character_values, ice::nindex start_idx=0) noexcept -> ice::nindexice::string::ReadOnlyOperationsinline
find_first_of(this Self const &self, typename Self::CharType character_value, ice::nindex start=0) noexcept -> ice::nindexice::string::ReadOnlyOperationsinline
find_first_of(this Self const &self, typename Self::StringType character_values, ice::nindex start=0) noexcept -> ice::nindexice::string::ReadOnlyOperationsinline
find_last_not_of(this Self const &self, typename Self::CharType character_value, ice::nindex start_idx=0) noexcept -> ice::nindexice::string::ReadOnlyOperationsinline
find_last_not_of(this Self const &self, typename Self::StringType character_values, ice::nindex start_idx=0) noexcept -> ice::nindexice::string::ReadOnlyOperationsinline
find_last_of(this Self const &self, typename Self::CharType character_value, ice::nindex start=0) noexcept -> ice::nindexice::string::ReadOnlyOperationsinline
find_last_of(this Self const &self, typename Self::StringType character_values, ice::nindex start=0) noexcept -> ice::nindexice::string::ReadOnlyOperationsinline
front(this Self const &self) noexcept -> typename Self::CharTypeice::string::ReadOnlyOperationsinline
is_empty(this Self const &self) noexceptice::string::ReadOnlyOperationsinline
Iterator typedefice::StaticString< Capacity, CharT >
meminfo(this Self const &self) noexcept -> ice::meminfoice::string::ReadOnlyOperationsinline
memory_view(this Self &self) noexcept -> ice::Memoryice::string::MutableOperationsinline
not_empty(this Self const &self) noexceptice::string::ReadOnlyOperationsinline
operator ice::BasicString< CharType >() const noexceptice::StaticString< Capacity, CharT >
operator=(StaticString const &other) noexcept -> StaticString &ice::StaticString< Capacity, CharT >
operator=(BasicString< CharType > str) noexcept -> StaticString &ice::StaticString< Capacity, CharT >
operator==(this Self const &self, typename Self::StringType const &other) noexceptice::string::ReadOnlyOperationsinline
operator[](this Self &self, ice::nindex index) noexcept -> typename Self::ValueType &ice::string::MutableOperationsinline
operator[](this Self const &self, ice::nindex index) noexcept -> typename Self::ValueTypeice::string::MutableOperationsinline
pop_back(this Self &self, ice::ncount count=1) noexceptice::string::MutableOperationsinline
push_back(this Self &self, typename Self::CharType character) noexceptice::string::MutableOperationsinline
push_back(this Self &self, typename Self::CharType const *cstr) noexceptice::string::MutableOperationsinline
push_back(this Self &self, ice::StringType auto const &other) noexceptice::string::MutableOperationsinline
push_format(this Self &self, fmt::format_string< Args... > format, Args &&... args) noexceptice::string::MutableOperationsinline
rbegin(this Self &self) noexcept -> typename Self::ReverseIteratorice::string::MutableOperationsinline
ice::string::ReadOnlyOperations::rbegin(this Self const &self) noexcept -> typename Self::ConstReverseIteratorice::string::ReadOnlyOperationsinline
rend(this Self &self) noexcept -> typename Self::ReverseIteratorice::string::MutableOperationsinline
ice::string::ReadOnlyOperations::rend(this Self const &self) noexcept -> typename Self::ConstReverseIteratorice::string::ReadOnlyOperationsinline
resize(ice::ncount new_size) noexceptice::StaticString< Capacity, CharT >
ReverseIterator typedefice::StaticString< Capacity, CharT >
size() const noexcept -> SizeTypeice::StaticString< Capacity, CharT >inline
SizeType typedefice::StaticString< Capacity, CharT >
starts_with(this Self const &self, StringType auto prefix) noexceptice::string::ReadOnlyOperationsinline
StaticString() noexceptice::StaticString< Capacity, CharT >
StaticString(CharType const(&str_array)[Size]) noexceptice::StaticString< Capacity, CharT >
StaticString(BasicString< CharType > string) noexceptice::StaticString< Capacity, CharT >
StringType typedefice::StaticString< Capacity, CharT >
substr(this Self const &self, ice::nindex pos, ice::ncount len={}) noexcept -> typename Self::StringTypeice::string::ReadOnlyOperationsinline
substr(this Self const &self, ice::ref32 ref) noexcept -> typename Self::StringTypeice::string::ReadOnlyOperationsinline
ValueType typedefice::StaticString< Capacity, CharT >