System::Collections::Generic::List< T > Member List

This is the complete list of members for System::Collections::Generic::List< T >, including all inherited members.

_add_range(std::initializer_list< T > list)System::Collections::Generic::List< T >inline
Add(const T &item) overrideSystem::Collections::Generic::List< T >inlinevirtual
AddInitializer(int size, const T inits[])System::Collections::Generic::List< T >inline
AddRange(IEnumerablePtr collection)System::Collections::Generic::List< T >inline
AsReadOnly()System::Collections::Generic::List< T >inline
BaseType typedefSystem::Collections::Generic::List< T >
begin() noexceptSystem::Collections::Generic::List< T >inline
begin() const noexceptSystem::Collections::Generic::List< T >inline
BinarySearch(const T &item) constSystem::Collections::Generic::List< T >inline
BinarySearch(const T &item, const SharedPtr< System::Collections::Generic::IComparer< T > > &comparer) constSystem::Collections::Generic::List< T >inline
BinarySearch(int index, int count, const T &item, const SharedPtr< System::Collections::Generic::IComparer< T > > &comparer) constSystem::Collections::Generic::List< T >inline
cbegin() const noexceptSystem::Collections::Generic::List< T >inline
cend() const noexceptSystem::Collections::Generic::List< T >inline
Clear() overrideSystem::Collections::Generic::List< T >inlinevirtual
const_iterator typedefSystem::Collections::Generic::List< T >
const_reverse_iterator typedefSystem::Collections::Generic::List< T >
Contains(const T &item) const overrideSystem::Collections::Generic::List< T >inlinevirtual
ConvertAll(Converter< T, OutputType > converter)System::Collections::Generic::List< T >inline
CopyTo(System::ArrayPtr< T > array, int arrayIndex) overrideSystem::Collections::Generic::List< T >inlinevirtual
CopyTo(const System::ArrayPtr< T > &array)System::Collections::Generic::List< T >inline
CopyTo(int index, const System::ArrayPtr< T > &array, int arrayIndex, int count)System::Collections::Generic::List< T >inline
crbegin() const noexceptSystem::Collections::Generic::List< T >inline
crend() const noexceptSystem::Collections::Generic::List< T >inline
data()System::Collections::Generic::List< T >inline
data() constSystem::Collections::Generic::List< T >inline
end() noexceptSystem::Collections::Generic::List< T >inline
end() const noexceptSystem::Collections::Generic::List< T >inline
Equals(ptr obj)System::Objectvirtual
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(float const &objA, float const &objB)System::Objectinline
Equals(double const &objA, double const &objB)System::Objectinline
Exists(System::Predicate< T > match)System::Collections::Generic::List< T >inline
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
Find(System::Predicate< T > predicate)System::Collections::Generic::List< T >inline
FindAll(System::Predicate< T > match)System::Collections::Generic::List< T >inline
FindIndex(System::Predicate< T > match)System::Collections::Generic::List< T >inline
FindIndex(int startIndex, System::Predicate< T > match)System::Collections::Generic::List< T >inline
FindIndex(int startIndex, int count, System::Predicate< T > match)System::Collections::Generic::List< T >inline
FindLast(System::Predicate< T > match)System::Collections::Generic::List< T >inline
ForEach(System::Action< T > action)System::Collections::Generic::List< T >inline
get_Capacity() constSystem::Collections::Generic::List< T >inline
get_Count() const overrideSystem::Collections::Generic::List< T >inlinevirtual
get_IsFixedSize()System::Collections::Generic::IList< T >inline
get_IsReadOnly() constSystem::Collections::Generic::ICollection< T >inlinevirtual
get_SyncRoot() constSystem::Collections::Generic::ICollection< T >inline
GetCounter()System::Objectinline
GetEnumerator() overrideSystem::Collections::Generic::List< T >inlinevirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< T >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< T >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetRange(int index, int count)System::Collections::Generic::List< T >inline
GetType() constSystem::Objectvirtual
ICollection()System::Collections::Generic::ICollection< T >inline
ICollection(const ICollection &)System::Collections::Generic::ICollection< T >inline
ICollection(ICollection &&) noexceptSystem::Collections::Generic::ICollection< T >inline
idx_get(int index) const overrideSystem::Collections::Generic::List< T >inlinevirtual
idx_set(int index, T value) overrideSystem::Collections::Generic::List< T >inlinevirtual
IEnumerablePtr typedefSystem::Collections::Generic::List< T >
IEnumeratorPtr typedefSystem::Collections::Generic::List< T >
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< T >
IndexOf(const T &item) const overrideSystem::Collections::Generic::List< T >inlinevirtual
IndexOf(const T &item, int index) constSystem::Collections::Generic::List< T >inline
Insert(int index, const T &item) overrideSystem::Collections::Generic::List< T >inlinevirtual
InsertRange(int index, IEnumerablePtr collection)System::Collections::Generic::List< T >inline
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Collections::Generic::List< T >
LastIndexOf(const T &item) constSystem::Collections::Generic::List< T >inline
LastIndexOf(const T &item, int32_t index) constSystem::Collections::Generic::List< T >inline
LastIndexOf(const T &item, int32_t index, int32_t count) constSystem::Collections::Generic::List< T >inline
LINQ_All(std::function< bool(T)> predicate)System::Collections::Generic::IEnumerable< T >
LINQ_Any()System::Collections::Generic::IEnumerable< T >
LINQ_Any(std::function< bool(T)> predicate)System::Collections::Generic::IEnumerable< T >
LINQ_Cast()System::Collections::Generic::IEnumerable< T >
LINQ_Cast()System::Collections::Generic::IEnumerable< T >
LINQ_Concat(SharedPtr< IEnumerable< T >> sequence)System::Collections::Generic::IEnumerable< T >
LINQ_Contains(T value)System::Collections::Generic::IEnumerable< T >
LINQ_Count()System::Collections::Generic::IEnumerable< T >
LINQ_Count(const Func< T, bool > &predicate)System::Collections::Generic::IEnumerable< T >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< T >
LINQ_First()System::Collections::Generic::IEnumerable< T >
LINQ_First(const Func< T, bool > &predicate)System::Collections::Generic::IEnumerable< T >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< T >
LINQ_FirstOrDefault(std::function< bool(T)> predicate)System::Collections::Generic::IEnumerable< T >
LINQ_GroupBy(System::Func< T, Key > keyPredicate)System::Collections::Generic::IEnumerable< T >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< T >
LINQ_Last()System::Collections::Generic::IEnumerable< T >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< T >
LINQ_OfType()System::Collections::Generic::IEnumerable< T >
LINQ_OfType()System::Collections::Generic::IEnumerable< T >
LINQ_OrderBy(const Func< T, Key > &keySelector)System::Collections::Generic::IEnumerable< T >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< T >
LINQ_OrderByDescending(const Func< T, Key > &keySelector)System::Collections::Generic::IEnumerable< T >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< T >
LINQ_Select(const Func< T, ResultType > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_Select(const Func< T, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_SelectMany(const Func< T, SharedPtr< IEnumerable< ResultType >>> &selector)System::Collections::Generic::IEnumerable< T >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)System::Collections::Generic::IEnumerable< T >
LINQ_ToArray()System::Collections::Generic::IEnumerable< T >
LINQ_ToList()System::Collections::Generic::IEnumerable< T >
LINQ_Where(std::function< bool(T)> predicate)System::Collections::Generic::IEnumerable< T >
List()System::Collections::Generic::List< T >inline
List(int capacity)System::Collections::Generic::List< T >inline
List(IEnumerablePtr collection)System::Collections::Generic::List< T >inline
Lock()System::Object
m_dataSystem::Collections::Generic::List< T >protected
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
Object(Object const &x)System::Object
System::operator=(Object const &x)System::Objectinline
System::Collections::Generic::IList::operator=(ICollection &&) noexceptSystem::Collections::Generic::ICollection< T >inline
System::Collections::Generic::IList::operator=(const ICollection &)System::Collections::Generic::ICollection< T >inline
operator[](int index)System::Collections::Generic::List< T >inline
operator[](int index) constSystem::Collections::Generic::List< T >inline
ptr typedefSystem::Object
rbegin() noexceptSystem::Collections::Generic::List< T >inline
rbegin() const noexceptSystem::Collections::Generic::List< T >inline
ReferenceEquals(ptr const &objA, ptr const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, T const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, std::nullptr_t)System::Objectinlinestatic
ReferenceEquals(String const &str, std::nullptr_t)System::Objectinline
ReferenceEquals(String const &str1, String const &str2)System::Objectinline
Remove(const T &item) overrideSystem::Collections::Generic::List< T >inlinevirtual
RemoveAll(Predicate< T > match)System::Collections::Generic::List< T >inline
RemoveAt(int index) overrideSystem::Collections::Generic::List< T >inlinevirtual
RemovedSharedRefs(int count)System::Objectinline
RemoveRange(int index, int count)System::Collections::Generic::List< T >inline
rend() noexceptSystem::Collections::Generic::List< T >inline
rend() const noexceptSystem::Collections::Generic::List< T >inline
Reverse()System::Collections::Generic::List< T >inline
Reverse(int index, int count)System::Collections::Generic::List< T >inline
reverse_iterator typedefSystem::Collections::Generic::List< T >
set_Capacity(int capacity)System::Collections::Generic::List< T >inline
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
Sort(const SharedPtr< System::Collections::Generic::IComparer< T > > &comparator)System::Collections::Generic::List< T >inline
Sort()System::Collections::Generic::List< T >inline
Sort(int index, int count, SharedPtr< System::Collections::Generic::IComparer< T > > comparator)System::Collections::Generic::List< T >inline
Sort(Comparison< T > comparison, bool)System::Collections::Generic::List< T >inline
ThisPtr typedefSystem::Collections::Generic::List< T >protected
ThisType typedefSystem::Collections::Generic::IList< T >
ToArray() constSystem::Collections::Generic::List< T >inline
ToString() constSystem::Objectvirtual
TrimExcess()System::Collections::Generic::List< T >inline
TrueForAll(System::Predicate< T > match)System::Collections::Generic::List< T >inline
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::List< T >
vector_t typedefSystem::Collections::Generic::List< T >
virtualizeBeginConstIterator() const overrideSystem::Collections::Generic::List< T >inlinevirtual
virtualizeBeginIterator() overrideSystem::Collections::Generic::List< T >inlinevirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< T >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< T >
virtualizeEndConstIterator() const overrideSystem::Collections::Generic::List< T >inlinevirtual
virtualizeEndIterator() overrideSystem::Collections::Generic::List< T >inlinevirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~ICollection()System::Collections::Generic::ICollection< T >inlinevirtual
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< T >inlineprotected
~List() overrideSystem::Collections::Generic::List< T >inlineprotected
~Object()System::Objectvirtual