|
IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
|
This is the complete list of members for ice::VarStringBase< CharT >, including all inherited members.
| _data | ice::VarStringBase< CharT > | |
| back(this Self const &self) noexcept -> typename Self::CharType | ice::string::ReadOnlyOperations | inline |
| begin(this Self const &self) noexcept -> typename Self::ConstIterator | ice::string::ReadOnlyOperations | inline |
| cbegin(this Self const &self) noexcept -> typename Self::ConstIterator | ice::string::ReadOnlyOperations | inline |
| cend(this Self const &self) noexcept -> typename Self::ConstIterator | ice::string::ReadOnlyOperations | inline |
| CharType typedef | ice::VarStringBase< CharT > | |
| ConstIterator typedef | ice::VarStringBase< CharT > | |
| ConstReverseIterator typedef | ice::VarStringBase< CharT > | |
| crbegin(this Self const &self) noexcept -> typename Self::ConstReverseIterator | ice::string::ReadOnlyOperations | inline |
| crend(this Self const &self) noexcept -> typename Self::ConstReverseIterator | ice::string::ReadOnlyOperations | inline |
| data() const noexcept -> ValueType * | ice::VarStringBase< CharT > | inline |
| end(this Self const &self) noexcept -> typename Self::ConstIterator | ice::string::ReadOnlyOperations | inline |
| find_first_not_of(this Self const &self, typename Self::CharType character_value, ice::nindex start_idx=0) noexcept -> ice::nindex | ice::string::ReadOnlyOperations | inline |
| find_first_not_of(this Self const &self, typename Self::StringType character_values, ice::nindex start_idx=0) noexcept -> ice::nindex | ice::string::ReadOnlyOperations | inline |
| find_first_of(this Self const &self, typename Self::CharType character_value, ice::nindex start=0) noexcept -> ice::nindex | ice::string::ReadOnlyOperations | inline |
| find_first_of(this Self const &self, typename Self::StringType character_values, ice::nindex start=0) noexcept -> ice::nindex | ice::string::ReadOnlyOperations | inline |
| find_last_not_of(this Self const &self, typename Self::CharType character_value, ice::nindex start_idx=0) noexcept -> ice::nindex | ice::string::ReadOnlyOperations | inline |
| find_last_not_of(this Self const &self, typename Self::StringType character_values, ice::nindex start_idx=0) noexcept -> ice::nindex | ice::string::ReadOnlyOperations | inline |
| find_last_of(this Self const &self, typename Self::CharType character_value, ice::nindex start=0) noexcept -> ice::nindex | ice::string::ReadOnlyOperations | inline |
| find_last_of(this Self const &self, typename Self::StringType character_values, ice::nindex start=0) noexcept -> ice::nindex | ice::string::ReadOnlyOperations | inline |
| front(this Self const &self) noexcept -> typename Self::CharType | ice::string::ReadOnlyOperations | inline |
| is_empty(this Self const &self) noexcept | ice::string::ReadOnlyOperations | inline |
| Iterator typedef | ice::VarStringBase< CharT > | |
| meminfo(this Self const &self) noexcept -> ice::meminfo | ice::string::ReadOnlyOperations | inline |
| not_empty(this Self const &self) noexcept | ice::string::ReadOnlyOperations | inline |
| operator ice::BasicString< CharType >() const noexcept | ice::VarStringBase< CharT > | inline |
| operator==(this Self const &self, typename Self::StringType const &other) noexcept | ice::string::ReadOnlyOperations | inline |
| operator[](this Self const &self, ice::nindex index) noexcept -> typename Self::ValueType | ice::string::ReadOnlyOperations | inline |
| rbegin(this Self const &self) noexcept -> typename Self::ConstReverseIterator | ice::string::ReadOnlyOperations | inline |
| rend(this Self const &self) noexcept -> typename Self::ConstReverseIterator | ice::string::ReadOnlyOperations | inline |
| ReverseIterator typedef | ice::VarStringBase< CharT > | |
| size() const noexcept -> SizeType | ice::VarStringBase< CharT > | inline |
| SizeType typedef | ice::VarStringBase< CharT > | |
| starts_with(this Self const &self, StringType auto prefix) noexcept | ice::string::ReadOnlyOperations | inline |
| StringType typedef | ice::VarStringBase< CharT > | |
| substr(this Self const &self, ice::nindex pos, ice::ncount len={}) noexcept -> typename Self::StringType | ice::string::ReadOnlyOperations | inline |
| substr(this Self const &self, ice::ref32 ref) noexcept -> typename Self::StringType | ice::string::ReadOnlyOperations | inline |
| TypeTag typedef | ice::VarStringBase< CharT > | |
| ValueType typedef | ice::VarStringBase< CharT > | |
| VarStringBase() noexcept | ice::VarStringBase< CharT > | inline |
| VarStringBase(CharType const *data) noexcept | ice::VarStringBase< CharT > | inlineexplicit |
| ~VarStringBase() noexcept=default | ice::VarStringBase< CharT > | inline |