|
CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
This is the complete list of members for System::Array< T >, including all inherited members.
| Add(const T &) override | System::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() noexcept | System::Array< T > | inline |
| begin() const noexcept | System::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 noexcept | System::Array< T > | inline |
| cend() const noexcept | System::Array< T > | inline |
| Clear() override | System::Array< T > | inlinevirtual |
| Clear(const ArrayPtr< Type > &arr, int startIndex, int count) | System::Array< T > | inlinestatic |
| Clone() | System::Array< T > | inline |
| const_iterator typedef | System::Array< T > | |
| const_reverse_iterator typedef | System::Array< T > | |
| ConstrainedCopy(const ArrayPtr< SrcType > &srcArray, int64_t srcIndex, const ArrayPtr< DstType > &dstArray, int64_t dstIndex, int64_t count) | System::Array< T > | inlinestatic |
| Contains(const T &item) const override | System::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) override | System::Array< T > | inlinevirtual |
| CopyTo(const ArrayPtr< DstType > &dstArray, int64_t dstIndex) const | System::Array< T > | inline |
| CopyTo(const System::Details::ArrayView< DstType > &dstArray, int64_t dstIndex) const | System::Array< T > | inline |
| CopyTo(const ArrayPtr< DstType > &dstArray, int64_t srcIndex, int64_t dstIndex, int64_t count) const | System::Array< T > | inline |
| CopyTo(const System::Details::ArrayView< DstType > &dstArray, int64_t srcIndex, int64_t dstIndex, int64_t count) const | System::Array< T > | inline |
| Count() const | System::Array< T > | inline |
| crbegin() const noexcept | System::Array< T > | inline |
| crend() const noexcept | System::Array< T > | inline |
| data() | System::Array< T > | inline |
| data() const | System::Array< T > | inline |
| data_ptr() | System::Array< T > | inline |
| data_ptr() const | System::Array< T > | inline |
| end() noexcept | System::Array< T > | inline |
| end() const noexcept | System::Array< T > | inline |
| EnumerablePtr typedef | System::Array< T > | |
| EnumeratorPtr typedef | System::Array< T > | |
| Equals(ptr obj) | System::Object | virtual |
| Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
| Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
| Equals(float const &objA, float const &objB) | System::Object | inlinestatic |
| Equals(double const &objA, double const &objB) | System::Object | inlinestatic |
| Exists(ArrayPtr< T > arr, std::function< bool(T)> match) | System::Array< T > | inlinestatic |
| FastCast(const Details::FastRttiBase &helper, void **out_ptr) const | System::Object | virtual |
| 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 override | System::Array< T > | inlinevirtual |
| get_IsFixedSize() | System::Collections::Generic::IList< T > | inline |
| get_IsReadOnly() const override | System::Array< T > | inlinevirtual |
| get_Length() const | System::Array< T > | inline |
| get_LongLength() const | System::Array< T > | inline |
| get_Rank() const | System::Array< T > | inline |
| get_SyncRoot() const | System::Collections::Generic::ICollection< T > | inline |
| GetCounter() | System::Object | inline |
| GetEnumerator() override | System::Array< T > | inlinevirtual |
| GetEnumeratorAsVirtualizedIterator() | System::Collections::Generic::IEnumerable< T > | inlineprotected |
| GetEnumeratorAsVirtualizedIterator() const | System::Collections::Generic::IEnumerable< T > | inlineprotected |
| GetHashCode() const | System::Object | virtual |
| GetLength(int dimension) | System::Array< T > | inline |
| GetLongLength(int dimension) | System::Array< T > | inline |
| GetLowerBound(int dimension) const | System::Array< T > | inline |
| GetSizeTLength() const | System::Array< T > | inline |
| GetType() const | System::Object | virtual |
| 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 &&) noexcept | System::Collections::Generic::ICollection< T > | inline |
| idx_get(int index) const override | System::Array< T > | inlinevirtual |
| idx_set(int index, T value) override | System::Array< T > | inlinevirtual |
| IEnumeratorType typedef | System::Collections::Generic::IEnumerable< T > | |
| IndexOf(const T &item) const override | System::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 &) override | System::Array< T > | inlinevirtual |
| Is(const TypeInfo &targetType) const | System::Object | virtual |
| iterator typedef | System::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_Aggregate(const Func< T, T, T > &func) | System::Collections::Generic::IEnumerable< T > | |
| 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_ElementAtOrDefault(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_Max(const Func< T, ResultType > &selector) | System::Collections::Generic::IEnumerable< T > | |
| LINQ_Max(const Func< Source, ResultType > &selector) | System::Collections::Generic::IEnumerable< T > | |
| LINQ_Min(const Func< T, ResultType > &selector) | System::Collections::Generic::IEnumerable< T > | |
| LINQ_Min(const Func< Source, ResultType > &selector) | 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_Reverse() | 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_Take(int32_t count) | 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_data | System::Array< T > | protected |
| m_pointer_mode | System::Array< T > | protected |
| Max() const | System::Array< T > | inline |
| MemberwiseClone() const | System::Object | virtual |
| Min() const | System::Array< T > | inline |
| Object() | System::Object | |
| Object(Object const &x) | System::Object | |
| System::operator=(Object const &x) | System::Object | inline |
| System::Collections::Generic::IList::operator=(ICollection &&) noexcept | System::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) const | System::Array< T > | inline |
| pointer_mode_t typedef | System::Array< T > | protected |
| ptr typedef | System::Object | |
| rbegin() noexcept | System::Array< T > | inline |
| rbegin() const noexcept | System::Array< T > | inline |
| ReferenceEquals(ptr const &objA, ptr const &objB) | System::Object | inlinestatic |
| ReferenceEquals(T const &objA, T const &objB) | System::Object | inlinestatic |
| ReferenceEquals(T const &objA, std::nullptr_t) | System::Object | inlinestatic |
| ReferenceEquals(String const &str, std::nullptr_t) | System::Object | inline |
| ReferenceEquals(String const &str1, String const &str2) | System::Object | inline |
| Remove(const T &) override | System::Array< T > | inlinevirtual |
| RemoveAt(int) override | System::Array< T > | inlinevirtual |
| RemovedSharedRefs(int count) | System::Object | inline |
| rend() noexcept | System::Array< T > | inline |
| rend() const noexcept | System::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 typedef | System::Array< T > | |
| SetTemplateWeakPtr(uint32_t argument) override | System::Array< T > | inlinevirtual |
| SetValue(const T &value, int index) | System::Array< T > | inline |
| SharedCount() const | System::Object | inline |
| SharedRefAdded() | System::Object | inline |
| SharedRefRemovedSafe() | System::Object | inline |
| 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() const | System::Object | virtual |
| TrueForAll(System::ArrayPtr< T > arr, System::Predicate< T > match) | System::Array< T > | inlinestatic |
| Type() | System::Object | inlinestatic |
| UnderlyingType typedef | System::Array< T > | |
| Unlock() | System::Object | |
| ValueType typedef | System::Array< T > | |
| vector_t typedef | System::Array< T > | protected |
| virtualizeBeginConstIterator() const override | System::Array< T > | inlinevirtual |
| virtualizeBeginIterator() override | System::Array< T > | inlinevirtual |
| virtualized_iterator typedef | System::Collections::Generic::IEnumerable< T > | |
| virtualized_iterator_element typedef | System::Collections::Generic::IEnumerable< T > | |
| virtualizeEndConstIterator() const override | System::Array< T > | inlinevirtual |
| virtualizeEndIterator() override | System::Array< T > | inlinevirtual |
| WeakRefAdded() | System::Object | inline |
| WeakRefRemoved() | System::Object | inline |
| ~Array() override | System::Array< T > | inlineprotected |
| ~ICollection() | System::Collections::Generic::ICollection< T > | inlinevirtual |
| ~IEnumerable() override | System::Collections::Generic::IEnumerable< T > | inlineprotected |
| ~Object() | System::Object | virtual |