IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::string::ResizableOperations Member List

This is the complete list of members for ice::string::ResizableOperations, including all inherited members.

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
cbegin(this Self const &self) noexcept -> typename Self::ConstIteratorice::string::ReadOnlyOperationsinline
cend(this Self const &self) noexcept -> typename Self::ConstIteratorice::string::ReadOnlyOperationsinline
clear(this Self &self) noexceptice::string::MutableOperationsinline
crbegin(this Self const &self) noexcept -> typename Self::ConstReverseIteratorice::string::ReadOnlyOperationsinline
crend(this Self const &self) noexcept -> typename Self::ConstReverseIteratorice::string::ReadOnlyOperationsinline
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
grow(this Self &self, ice::ncount min_capacity=ncount_none) noexceptice::string::ResizableOperationsinline
is_empty(this Self const &self) noexceptice::string::ReadOnlyOperationsinline
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==(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
reserve(this Self &self, ice::ncount min_capacity) noexceptice::string::ResizableOperationsinline
shrink(this Self &self) noexceptice::string::ResizableOperationsinline
starts_with(this Self const &self, StringType auto prefix) noexceptice::string::ReadOnlyOperationsinline
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