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

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

Add(const T &element) overrideSystem::Collections::Generic::LinkedList< T >inlinevirtual
AddAfter(const SharedPtr< LinkedListNode< T >> &node, const T &element)System::Collections::Generic::LinkedList< T >inline
AddAfter(const SharedPtr< LinkedListNode< T >> &node, const SharedPtr< LinkedListNode< T >> &newNode)System::Collections::Generic::LinkedList< T >inline
AddBefore(const SharedPtr< LinkedListNode< T >> &node, const T &element)System::Collections::Generic::LinkedList< T >inline
AddBefore(const SharedPtr< LinkedListNode< T >> &node, const SharedPtr< LinkedListNode< T >> &newNode)System::Collections::Generic::LinkedList< T >inline
AddFirst(const T &element)System::Collections::Generic::LinkedList< T >inline
AddFirst(const SharedPtr< LinkedListNode< T >> &newNode)System::Collections::Generic::LinkedList< T >inline
AddLast(const T &element)System::Collections::Generic::LinkedList< T >inline
AddLast(const SharedPtr< LinkedListNode< T >> &newNode)System::Collections::Generic::LinkedList< T >inline
begin() noexceptSystem::Collections::Generic::LinkedList< T >inline
begin() const noexceptSystem::Collections::Generic::LinkedList< T >inline
cbegin() const noexceptSystem::Collections::Generic::LinkedList< T >inline
cend() const noexceptSystem::Collections::Generic::LinkedList< T >inline
Clear() overrideSystem::Collections::Generic::LinkedList< T >inlinevirtual
const_iterator typedefSystem::Collections::Generic::LinkedList< T >
const_reverse_iterator typedefSystem::Collections::Generic::LinkedList< T >
Contains(const T &element) const overrideSystem::Collections::Generic::LinkedList< T >inlinevirtual
CopyTo(ArrayPtr< T > array, int index) overrideSystem::Collections::Generic::LinkedList< T >inlinevirtual
crbegin() const noexceptSystem::Collections::Generic::LinkedList< T >inline
crend() const noexceptSystem::Collections::Generic::LinkedList< T >inline
end() noexceptSystem::Collections::Generic::LinkedList< T >inline
end() const noexceptSystem::Collections::Generic::LinkedList< 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
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
Find(const T &element) constSystem::Collections::Generic::LinkedList< T >inline
FindLast(const T &element) constSystem::Collections::Generic::LinkedList< T >inline
get_Count() const overrideSystem::Collections::Generic::LinkedList< T >inlinevirtual
get_First() constSystem::Collections::Generic::LinkedList< T >inline
get_IsReadOnly() constSystem::Collections::Generic::ICollection< T >inlinevirtual
get_Last() constSystem::Collections::Generic::LinkedList< T >inline
get_SyncRoot() constSystem::Collections::Generic::ICollection< T >inline
GetCounter()System::Objectinline
GetEnumerator() overrideSystem::Collections::Generic::LinkedList< T >inlinevirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< T >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< T >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetState()System::Collections::Invalidatableprivate
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
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< T >
Invalidatable()System::Collections::Invalidatableprivate
Invalidate()System::Collections::Invalidatableprivate
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Collections::Generic::LinkedList< T >
LinkedList()System::Collections::Generic::LinkedList< T >inline
LinkedList(const SharedPtr< IEnumerable< T >> &collection)System::Collections::Generic::LinkedList< 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_t typedefSystem::Collections::Generic::LinkedList< T >
Lock()System::Object
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
Object(Object const &x)System::Object
System::operator=(Object const &x)System::Objectinline
System::Collections::Generic::ICollection::operator=(ICollection &&) noexceptSystem::Collections::Generic::ICollection< T >inline
System::Collections::Generic::ICollection::operator=(const ICollection &)System::Collections::Generic::ICollection< T >inline
ptr typedefSystem::Object
rbegin() noexceptSystem::Collections::Generic::LinkedList< T >inline
rbegin() const noexceptSystem::Collections::Generic::LinkedList< 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 &element) overrideSystem::Collections::Generic::LinkedList< T >inlinevirtual
Remove(const SharedPtr< LinkedListNode< T >> &node)System::Collections::Generic::LinkedList< T >inline
RemovedSharedRefs(int count)System::Objectinline
RemoveFirst()System::Collections::Generic::LinkedList< T >inline
RemoveLast()System::Collections::Generic::LinkedList< T >inline
rend() noexceptSystem::Collections::Generic::LinkedList< T >inline
rend() const noexceptSystem::Collections::Generic::LinkedList< T >inline
reverse_iterator typedefSystem::Collections::Generic::LinkedList< T >
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
ThisType typedefSystem::Collections::Generic::ICollection< T >
ToString() constSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::ICollection< T >
virtualizeBeginConstIterator() const overrideSystem::Collections::Generic::LinkedList< T >inlinevirtual
virtualizeBeginIterator() overrideSystem::Collections::Generic::LinkedList< T >inlinevirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< T >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< T >
virtualizeEndConstIterator() const overrideSystem::Collections::Generic::LinkedList< T >inlinevirtual
virtualizeEndIterator() overrideSystem::Collections::Generic::LinkedList< T >inlinevirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~ICollection()System::Collections::Generic::ICollection< T >inlinevirtual
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< T >inlineprotected
~LinkedList() overrideSystem::Collections::Generic::LinkedList< T >inlineprotected
~Object()System::Objectvirtual