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

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

_dataice::VarStringBase< CharT >
back(this Self const &self) noexcept -> typename Self::CharTypeice::string::ReadOnlyOperationsinline
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
CharType typedefice::VarStringBase< CharT >
ConstIterator typedefice::VarStringBase< CharT >
ConstReverseIterator typedefice::VarStringBase< CharT >
crbegin(this Self const &self) noexcept -> typename Self::ConstReverseIteratorice::string::ReadOnlyOperationsinline
crend(this Self const &self) noexcept -> typename Self::ConstReverseIteratorice::string::ReadOnlyOperationsinline
data() const noexcept -> ValueType *ice::VarStringBase< CharT >inline
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::VarStringBase< CharT >
meminfo(this Self const &self) noexcept -> ice::meminfoice::string::ReadOnlyOperationsinline
not_empty(this Self const &self) noexceptice::string::ReadOnlyOperationsinline
operator ice::BasicString< CharType >() const noexceptice::VarStringBase< CharT >inline
operator==(this Self const &self, typename Self::StringType const &other) noexceptice::string::ReadOnlyOperationsinline
operator[](this Self const &self, ice::nindex index) noexcept -> typename Self::ValueTypeice::string::ReadOnlyOperationsinline
rbegin(this Self const &self) noexcept -> typename Self::ConstReverseIteratorice::string::ReadOnlyOperationsinline
rend(this Self const &self) noexcept -> typename Self::ConstReverseIteratorice::string::ReadOnlyOperationsinline
ReverseIterator typedefice::VarStringBase< CharT >
size() const noexcept -> SizeTypeice::VarStringBase< CharT >inline
SizeType typedefice::VarStringBase< CharT >
starts_with(this Self const &self, StringType auto prefix) noexceptice::string::ReadOnlyOperationsinline
StringType typedefice::VarStringBase< 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
TypeTag typedefice::VarStringBase< CharT >
ValueType typedefice::VarStringBase< CharT >
VarStringBase() noexceptice::VarStringBase< CharT >inline
VarStringBase(CharType const *data) noexceptice::VarStringBase< CharT >inlineexplicit
~VarStringBase() noexcept=defaultice::VarStringBase< CharT >inline