cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
This is the complete list of members for basic_string_view< CharTy, CTraits >, including all inherited members.
array_ref() noexcept=default | array_ref< T, IdxType > | protected |
array_ref(array_ref const &) noexcept=default | array_ref< T, IdxType > | protected |
array_ref(pointer p, size_type len) CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
array_ref(std::nullptr_t, pointer p, pointer q) CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
array_ref(pointer p, pointer q) CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
array_ref(T(&arr)[N]) CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineexplicitprotected |
at(size_type idx) const | basic_string_view< CharTy, CTraits > | |
cxxomfort::impl::array_ref::array_ref::at(size_type i) | array_ref< T, IdxType > | inlineprotected |
cxxomfort::impl::array_ref::array_ref::at(size_type i) const | array_ref< T, IdxType > | inlineprotected |
at_or(size_type i, reference alt) CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
at_or(size_type i, const_reference alt) const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
back() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
back() CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
basic_string_view() noexcept=default | basic_string_view< CharTy, CTraits > | |
basic_string_view(basic_string_view const &) noexcept=default | basic_string_view< CharTy, CTraits > | |
basic_string_view(CharTy const *px, size_t sz) CXXO_NOEXCEPTNOTHROW | basic_string_view< CharTy, CTraits > | inline |
basic_string_view(const_pointer const px) CXXO_NOEXCEPTNOTHROW | basic_string_view< CharTy, CTraits > | inline |
basic_string_view(IBegin ini, IEnd fin) | basic_string_view< CharTy, CTraits > | inline |
begin() CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
begin() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
cbegin() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
cend() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
compare(basic_string_view const r) const CXXO_NOEXCEPTNOTHROW | basic_string_view< CharTy, CTraits > | inline |
const_iterator typedef | basic_string_view< CharTy, CTraits > | |
const_pointer typedef | basic_string_view< CharTy, CTraits > | |
const_reference typedef | basic_string_view< CharTy, CTraits > | |
const_reverse_iterator typedef | basic_string_view< CharTy, CTraits > | |
const_value_type typedef | array_ref< T, IdxType > | protected |
copy(CharTy *d, size_type count, size_type pos=0) const | basic_string_view< CharTy, CTraits > | |
crbegin() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
crend() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
data() CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
data() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
difference_type typedef | basic_string_view< CharTy, CTraits > | |
element_type typedef | basic_string_view< CharTy, CTraits > | |
empty() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
end() CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
end() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
find(basic_string_view s, size_type pos=0) const CXXO_NOEXCEPTNOTHROW | basic_string_view< CharTy, CTraits > | inline |
find(CharTy const, size_type pos=0) const CXXO_NOEXCEPTNOTHROW | basic_string_view< CharTy, CTraits > | |
find(const_pointer s, size_type pos=0) const CXXO_NOEXCEPTNOTHROW | basic_string_view< CharTy, CTraits > | inline |
find(const_pointer s, size_type pos, size_type count) const CXXO_NOEXCEPTNOTHROW | basic_string_view< CharTy, CTraits > | inline |
front() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
front() CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
leftmost(size_type n) const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | protected |
length() const CXXO_NOEXCEPTNOTHROW | basic_string_view< CharTy, CTraits > | inline |
npos | basic_string_view< CharTy, CTraits > | static |
operator=(array_ref const &) noexcept=default | array_ref< T, IdxType > | protected |
cxxomfort::impl::array_ref::array_ref::operator[](size_type i) CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
cxxomfort::impl::array_ref::array_ref::operator[](size_type i) const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
pointer typedef | basic_string_view< CharTy, CTraits > | |
rbegin() CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
rbegin() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
reference typedef | basic_string_view< CharTy, CTraits > | |
rend() CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
rend() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
rfind(basic_string_view, size_type pos=0) const CXXO_NOEXCEPTNOTHROW | basic_string_view< CharTy, CTraits > | |
rfind(CharTy, size_type pos=0) const CXXO_NOEXCEPTNOTHROW | basic_string_view< CharTy, CTraits > | |
rfind(const_pointer s, size_type pos=0) const CXXO_NOEXCEPTNOTHROW | basic_string_view< CharTy, CTraits > | inline |
rfind(const_pointer s, size_type pos, size_type count) const CXXO_NOEXCEPTNOTHROW | basic_string_view< CharTy, CTraits > | inline |
rightmost(size_type n) const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | protected |
size() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
size_bytes() const CXXO_NOEXCEPTNOTHROW | array_ref< T, IdxType > | inlineprotected |
size_type typedef | basic_string_view< CharTy, CTraits > | |
slice(difference_type pos, size_type count) const | array_ref< T, IdxType > | protected |
slice(difference_type pos) const | array_ref< T, IdxType > | protected |
substr(size_type pos, size_type count=npos) const | basic_string_view< CharTy, CTraits > | |
cxxomfort::impl::array_ref::array_ref::substr(size_type pos, size_type count) const | array_ref< T, IdxType > | protected |
cxxomfort::impl::array_ref::array_ref::substr(size_type pos) const | array_ref< T, IdxType > | protected |
traits_type typedef | basic_string_view< CharTy, CTraits > | |
value_type typedef | basic_string_view< CharTy, CTraits > | |
without_back() const | array_ref< T, IdxType > | protected |
without_back_n(size_type n) const | array_ref< T, IdxType > | inlineprotected |
without_front() const | array_ref< T, IdxType > | protected |
without_front_n(size_type n) const | array_ref< T, IdxType > | protected |