System.Threading.TParallelArray.For

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class procedure &For<T>(const AValues: array of T; const AProc: TProc<NativeInt, NativeInt>); overload; static;
class procedure &For<T>(const AValues: array of T; const AProc: TProc<NativeInt, NativeInt>; AIndex, ACount: NativeInt); overload; static;
class procedure &For<T>(const AValues: array of T; const AProc: TProc<NativeInt, NativeInt>; AIndex, ACount: NativeInt; APool: TThreadPool; AThreshold: NativeInt); overload; static;
class procedure &For<T>(const AValues: TArray<T>; const AProc: TProc<NativeInt, NativeInt>); overload; static; inline;
class procedure &For<T>(const AValues: TArray<T>; const AProc: TProc<NativeInt, NativeInt>; AIndex, ACount: NativeInt); overload; static; inline;
class procedure &For<T>(const AValues: TArray<T>; const AProc: TProc<NativeInt, NativeInt>; AIndex, ACount: NativeInt; APool: TThreadPool; AThreshold: NativeInt); overload; static; inline;

C++

template<typename T> static void __fastcall For(const T *AValues, const System::NativeInt AValues_High, const System::DelphiInterface<System::Sysutils::TProc__2<int,int> > AProc)/* overload */;
template<typename T> static void __fastcall For(const T *AValues, const System::NativeInt AValues_High, const System::DelphiInterface<System::Sysutils::TProc__2<int,int> > AProc, System::NativeInt AIndex, System::NativeInt ACount)/* overload */;
template<typename T> static void __fastcall For(const T *AValues, const System::NativeInt AValues_High, const System::DelphiInterface<System::Sysutils::TProc__2<int,int> > AProc, System::NativeInt AIndex, System::NativeInt ACount, TThreadPool* APool, System::NativeInt AThreshold)/* overload */;
template<typename T> static void __fastcall For(const System::DynamicArray<T> AValues, const System::DelphiInterface<System::Sysutils::TProc__2<int,int> > AProc)/* overload */;
template<typename T> static void __fastcall For(const System::DynamicArray<T> AValues, const System::DelphiInterface<System::Sysutils::TProc__2<int,int> > AProc, System::NativeInt AIndex, System::NativeInt ACount)/* overload */;
template<typename T> static void __fastcall For(const System::DynamicArray<T> AValues, const System::DelphiInterface<System::Sysutils::TProc__2<int,int> > AProc, System::NativeInt AIndex, System::NativeInt ACount, TThreadPool* APool, System::NativeInt AThreshold)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Threading.pas
System.Threading.hpp
System.Threading TParallelArray

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !