API:System.SyncObjs.TInterlocked.BitTestAndClear

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

Delphi

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

C++

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

プロパティ

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

説明

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