System::Array< T > Member List

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

Add(const T &) overrideSystem::Array< T >inlinevirtual
Array()System::Array< T >inline
Array(int count, const T &init=T())System::Array< T >inline
Array(typename std::enable_if< std::is_arithmetic< T >::value &&std::is_arithmetic< ValueType >::value &&std::is_convertible< ValueType, T >::value, int >::type count, ValueType init)System::Array< T >inline
Array(int count, const T inits[])System::Array< T >inline
Array(vector_t &&value)System::Array< T >inline
Array(const vector_t &assgn)System::Array< T >inline
Array(const std::vector< Q > &value)System::Array< T >inline
Array(std::vector< Q > &&value)System::Array< T >inline
Array(std::initializer_list< UnderlyingType > init)System::Array< T >inline
Array(const std::array< UnderlyingType, InitArraySize > &init)System::Array< T >inline
Array(std::initializer_list< bool > init, int=0)System::Array< T >inline
begin() noexceptSystem::Array< T >inline
begin() const noexceptSystem::Array< T >inline
BinarySearch(System::ArrayPtr< T > arr, const T &item)System::Array< T >inlinestatic
BinarySearch(System::ArrayPtr< T > arr, const Y &item, const SharedPtr< Collections::Generic::IComparer< Z >> &comparer)System::Array< T >inlinestatic
cbegin() const noexceptSystem::Array< T >inline
cend() const noexceptSystem::Array< T >inline
Clear() overrideSystem::Array< T >inlinevirtual
Clear(const ArrayPtr< Type > &arr, int startIndex, int count)System::Array< T >inlinestatic
Clone()System::Array< T >inline
const_iterator typedefSystem::Array< T >
const_reverse_iterator typedefSystem::Array< T >
Contains(const T &item) const overrideSystem::Array< T >inlinevirtual
ConvertAll(ArrayPtr< InputType > input_array, Converter< InputType, OutputType > converter)System::Array< T >inlinestatic
ConvertAll(ArrayPtr< InputType > input_array, std::function< OutputType(InputType)> converter)System::Array< T >inlinestatic
Copy(const ArrayPtr< SrcType > &srcArray, const ArrayPtr< DstType > &dstArray, int64_t count)System::Array< T >inlinestatic
Copy(System::Details::ArrayView< SrcType > srcArray, const ArrayPtr< DstType > &dstArray, int64_t count)System::Array< T >inlinestatic
Copy(const ArrayPtr< SrcType > &srcArray, System::Details::ArrayView< DstType > dstArray, int64_t count)System::Array< T >inlinestatic
Copy(System::Details::ArrayView< SrcType > srcArray, System::Details::ArrayView< DstType > dstArray, int64_t count)System::Array< T >inlinestatic
Copy(System::Details::StackArray< SrcType, N > &srcArray, const ArrayPtr< DstType > &dstArray, int64_t count)System::Array< T >inlinestatic
Copy(const ArrayPtr< SrcType > &srcArray, System::Details::StackArray< DstType, N > &dstArray, int64_t count)System::Array< T >inlinestatic
Copy(System::Details::StackArray< SrcType, NS > &srcArray, System::Details::StackArray< DstType, ND > &dstArray, int64_t count)System::Array< T >inlinestatic
Copy(const ArrayPtr< SrcType > &srcArray, int64_t srcIndex, const ArrayPtr< DstType > &dstArray, int64_t dstIndex, int64_t count)System::Array< T >inlinestatic
Copy(System::Details::ArrayView< SrcType > srcArray, int64_t srcIndex, const ArrayPtr< DstType > &dstArray, int64_t dstIndex, int64_t count)System::Array< T >inlinestatic
Copy(const ArrayPtr< SrcType > &srcArray, int64_t srcIndex, System::Details::ArrayView< DstType > dstArray, int64_t dstIndex, int64_t count)System::Array< T >inlinestatic
Copy(System::Details::ArrayView< SrcType > srcArray, int64_t srcIndex, System::Details::ArrayView< DstType > dstArray, int64_t dstIndex, int64_t count)System::Array< T >inlinestatic
Copy(System::Details::StackArray< SrcType, N > &srcArray, int64_t srcIndex, const ArrayPtr< DstType > &dstArray, int64_t dstIndex, int64_t count)System::Array< T >inlinestatic
Copy(const ArrayPtr< SrcType > &srcArray, int64_t srcIndex, System::Details::StackArray< DstType, N > &dstArray, int64_t dstIndex, int64_t count)System::Array< T >inlinestatic
Copy(System::Details::StackArray< SrcType, NS > &srcArray, int64_t srcIndex, System::Details::StackArray< DstType, ND > &dstArray, int64_t dstIndex, int64_t count)System::Array< T >inlinestatic
Copy(System::Details::ArrayView< SrcType > &srcArray, int64_t srcIndex, System::Details::StackArray< DstType, ND > &dstArray, int64_t dstIndex, int64_t count)System::Array< T >inlinestatic
CopyTo(ArrayPtr< T > arr, int arrayIndex) overrideSystem::Array< T >inlinevirtual
CopyTo(const ArrayPtr< DstType > &dstArray, int64_t dstIndex) constSystem::Array< T >inline
CopyTo(const System::Details::ArrayView< DstType > &dstArray, int64_t dstIndex) constSystem::Array< T >inline
CopyTo(const ArrayPtr< DstType > &dstArray, int64_t srcIndex, int64_t dstIndex, int64_t count) constSystem::Array< T >inline
CopyTo(const System::Details::ArrayView< DstType > &dstArray, int64_t srcIndex, int64_t dstIndex, int64_t count) constSystem::Array< T >inline
Count() constSystem::Array< T >inline
crbegin() const noexceptSystem::Array< T >inline
crend() const noexceptSystem::Array< T >inline
data()System::Array< T >inline
data() constSystem::Array< T >inline
data_ptr()System::Array< T >inline
data_ptr() constSystem::Array< T >inline
end() noexceptSystem::Array< T >inline
end() const noexceptSystem::Array< T >inline
EnumerablePtr typedefSystem::Array< T >
EnumeratorPtr typedefSystem::Array< T >
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(ArrayPtr< T > arr, std::function< bool(T)> match)System::Array< T >inlinestatic
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
Find(System::ArrayPtr< T > arr, System::Predicate< T > match)System::Array< T >inlinestatic
FindAll(System::ArrayPtr< T > arr, System::Predicate< T > match)System::Array< T >inlinestatic
FindIndex(System::ArrayPtr< T > arr, System::Predicate< T > match)System::Array< T >inlinestatic
ForEach(const ArrayPtr< T > &arr, System::Action< T > action)System::Array< T >inlinestatic
get_Count() const overrideSystem::Array< T >inlinevirtual
get_IsFixedSize()System::Collections::Generic::IList< T >inline
get_IsReadOnly() const overrideSystem::Array< T >inlinevirtual
get_Length() constSystem::Array< T >inline
get_LongLength() constSystem::Array< T >inline
get_Rank() constSystem::Array< T >inline
get_SyncRoot() constSystem::Collections::Generic::ICollection< T >inline
GetCounter()System::Objectinline
GetEnumerator() overrideSystem::Array< T >inlinevirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< T >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< T >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetLength(int dimension)System::Array< T >inline
GetLongLength(int dimension)System::Array< T >inline
GetLowerBound(int dimension) constSystem::Array< T >inline
GetSizeTLength() constSystem::Array< T >inline
GetType() constSystem::Objectvirtual
GetUpperBound(int dimension)System::Array< T >inline
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::Array< T >inlinevirtual
idx_set(int index, T value) overrideSystem::Array< T >inlinevirtual
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< T >
IndexOf(const T &item) const overrideSystem::Array< T >inlinevirtual
IndexOf(const ArrayPtr< ArrayType > &arr, const ValueType &value)System::Array< T >inlinestatic
IndexOf(const ArrayPtr< ArrayType > &arr, const ValueType &value, int startIndex)System::Array< T >inlinestatic
IndexOf(const ArrayPtr< ArrayType > &arr, const ValueType &value, int startIndex, int count)System::Array< T >inlinestatic
Init(const T inits[])System::Array< T >inline
Initialize()System::Array< T >inline
Insert(int, const T &) overrideSystem::Array< T >inlinevirtual
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Array< T >
LastIndexOf(const ArrayPtr< ArrayType > &arr, const ValueType &value, int startIndex, int count)System::Array< T >inlinestatic
LastIndexOf(const ArrayPtr< ArrayType > &items, const ValueType &value, int startIndex)System::Array< T >inlinestatic
LastIndexOf(const ArrayPtr< ArrayType > &items, const ValueType &value)System::Array< T >inlinestatic
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 >
Lock()System::Object
m_dataSystem::Array< T >protected
m_pointer_modeSystem::Array< T >protected
Max() constSystem::Array< T >inline
MemberwiseClone() constSystem::Objectvirtual
Min() constSystem::Array< T >inline
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::Array< T >inline
operator[](int index) constSystem::Array< T >inline
pointer_mode_t typedefSystem::Array< T >protected
ptr typedefSystem::Object
rbegin() noexceptSystem::Array< T >inline
rbegin() const noexceptSystem::Array< 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 &) overrideSystem::Array< T >inlinevirtual
RemoveAt(int) overrideSystem::Array< T >inlinevirtual
RemovedSharedRefs(int count)System::Objectinline
rend() noexceptSystem::Array< T >inline
rend() const noexceptSystem::Array< T >inline
Resize(ArrayPtr< Type > &arr, int new_size)System::Array< T >inlinestatic
Reverse(const ArrayPtr< Type > &arr)System::Array< T >inlinestatic
Reverse(const ArrayPtr< Type > &arr, int startIndex, int count)System::Array< T >inlinestatic
reverse_iterator typedefSystem::Array< T >
SetTemplateWeakPtr(uint32_t argument) overrideSystem::Array< T >inlinevirtual
SetValue(const T &value, int index)System::Array< T >inline
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
Sort(const ArrayPtr< Type > &arr)System::Array< T >inlinestatic
Sort(const ArrayPtr< Type > &arr, int startIndex, int count)System::Array< T >inlinestatic
Sort(const ArrayPtr< Type > &arr, const SharedPtr< System::Collections::Generic::IComparer< T >> &comparator)System::Array< T >inlinestatic
Sort(const ArrayPtr< Type > &arr, const SharedPtr< System::Collections::Generic::IComparer< Y >> &comparator)System::Array< T >inlinestatic
Sort(const ArrayPtr< TKey > &keys, const ArrayPtr< TValue > &items)System::Array< T >inlinestatic
Sort(const ArrayPtr< TKey > &keys, const ArrayPtr< TValue > &items, int index, int length)System::Array< T >inlinestatic
ToString() constSystem::Objectvirtual
TrueForAll(System::ArrayPtr< T > arr, System::Predicate< T > match)System::Array< T >inlinestatic
Type()System::Objectinlinestatic
UnderlyingType typedefSystem::Array< T >
Unlock()System::Object
ValueType typedefSystem::Array< T >
vector_t typedefSystem::Array< T >protected
virtualizeBeginConstIterator() const overrideSystem::Array< T >inlinevirtual
virtualizeBeginIterator() overrideSystem::Array< T >inlinevirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< T >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< T >
virtualizeEndConstIterator() const overrideSystem::Array< T >inlinevirtual
virtualizeEndIterator() overrideSystem::Array< T >inlinevirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~Array() overrideSystem::Array< T >inlineprotected
~ICollection()System::Collections::Generic::ICollection< T >inlinevirtual
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< T >inlineprotected
~Object()System::Objectvirtual