begin() const | swift::misc::CRange< I > | inline |
cbegin() const | swift::misc::CRange< I > | inline |
cend() const | swift::misc::CRange< I > | inline |
const_iterator typedef | swift::misc::CRange< I > | |
const_reference typedef | swift::misc::CRange< I > | |
const_reverse_iterator typedef | swift::misc::CRange< I > | |
contains(const T &object) const | swift::misc::CRangeBase< CRange< I > > | inline |
contains(K0 k0, V0 v0, KeysValues... keysValues) const | swift::misc::CRangeBase< CRange< I > > | inline |
containsBy(Predicate p) const | swift::misc::CRangeBase< CRange< I > > | inline |
CRange(I begin, I end) | swift::misc::CRange< I > | inline |
crbegin() const | swift::misc::CRange< I > | inline |
crend() const | swift::misc::CRange< I > | inline |
difference_type typedef | swift::misc::CRange< I > | |
empty() const | swift::misc::CRange< I > | inline |
end() const | swift::misc::CRange< I > | inline |
equalPointers(const T *a, const U *b) | swift::misc::CRangeBase< CRange< I > > | inlineprotectedstatic |
equalsBy(const T &other, Predicate c) const | swift::misc::CRangeBase< CRange< I > > | inline |
equalsByKeys(const T &other, Key0 k0, Keys... keys) const | swift::misc::CRangeBase< CRange< I > > | inline |
findBy(Predicate p) const | swift::misc::CRangeBase< CRange< I > > | inline |
findBy(K0 k0, V0 v0, KeysValues... keysValues) const | swift::misc::CRangeBase< CRange< I > > | inline |
findFirstBy(Predicate p) const | swift::misc::CRangeBase< CRange< I > > | inline |
findFirstBy(K key, V value) const | swift::misc::CRangeBase< CRange< I > > | inline |
findFirstByOrDefault(Predicate p, const Value &def) const | swift::misc::CRangeBase< CRange< I > > | inline |
findFirstByOrDefault(Predicate p) const | swift::misc::CRangeBase< CRange< I > > | inline |
findFirstByOrDefault(K key, V value, const Value &def) const | swift::misc::CRangeBase< CRange< I > > | inline |
findFirstByOrDefault(K T::*key, V value) const | swift::misc::CRangeBase< CRange< I > > | inline |
front() const | swift::misc::CRange< I > | inline |
frontOrDefault() const | swift::misc::CRange< I > | inline |
frontOrDefault(value_type def) const | swift::misc::CRange< I > | inline |
isEmpty() const | swift::misc::CRange< I > | inline |
iterator typedef | swift::misc::CRange< I > | |
key_type typedef | swift::misc::CRange< I > | |
operator T() const | swift::misc::CRange< I > | inline |
randomElement() const | swift::misc::CRangeBase< CRange< I > > | inline |
randomElements(int n) const | swift::misc::CRangeBase< CRange< I > > | inline |
rbegin() const | swift::misc::CRange< I > | inline |
reference typedef | swift::misc::CRange< I > | |
rend() const | swift::misc::CRange< I > | inline |
reverse() const | swift::misc::CRange< I > | inline |
reverse_iterator typedef | swift::misc::CRange< I > | |
sampleElements(int n) const | swift::misc::CRangeBase< CRange< I > > | inline |
size() const | swift::misc::CRange< I > | inline |
size_type typedef | swift::misc::CRange< I > | |
to() const | swift::misc::CRange< I > | inline |
to() const | swift::misc::CRange< I > | inline |
transform(F function) const | swift::misc::CRangeBase< CRange< I > > | inline |
value_type typedef | swift::misc::CRange< I > | |