API:System.SyncObjs.TInterlocked.BitTestAndSet

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function BitTestAndSet(var Target: Integer; BitOffset: TBitOffset): Boolean; overload; static;
class function BitTestAndSet(var Target: Cardinal; BitOffset: TBitOffset): Boolean; overload; static;
class function BitTestAndSet(var Target: Int64; BitOffset: TBitOffset64): Boolean; overload; static;
class function BitTestAndSet(var Target: UInt64; BitOffset: TBitOffset64): Boolean; overload; static;

C++

static bool __fastcall BitTestAndSet(int &Target, TBitOffset BitOffset)/* overload */;
static bool __fastcall BitTestAndSet(unsigned &Target, TBitOffset BitOffset)/* overload */;
static bool __fastcall BitTestAndSet(__int64 &Target, TBitOffset64 BitOffset)/* overload */;
static bool __fastcall BitTestAndSet(unsigned __int64 &Target, TBitOffset64 BitOffset)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TInterlocked

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。