Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.0.0 / packages / cocoaint / src / foundation / NSAutoreleasePool.inc
Size: Mime:
{ Parsed from Foundation.framework NSAutoreleasePool.h }

{$ifdef TYPES}
{$ifndef NSAUTORELEASEPOOL_PAS_T}
{$define NSAUTORELEASEPOOL_PAS_T}

{$endif}
{$endif}

{$ifdef RECORDS}
{$ifndef NSAUTORELEASEPOOL_PAS_R}
{$define NSAUTORELEASEPOOL_PAS_R}

{$endif}
{$endif}

{$ifdef FUNCTIONS}
{$ifndef NSAUTORELEASEPOOL_PAS_F}
{$define NSAUTORELEASEPOOL_PAS_F}

{$endif}
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
{$ifndef NSAUTORELEASEPOOL_PAS_S}
{$define NSAUTORELEASEPOOL_PAS_S}

{$endif}
{$endif}

{$ifdef FORWARD}
  NSAutoreleasePool = objcclass;
  NSAutoreleasePoolPointer = ^NSAutoreleasePool;
  NSAutoreleasePoolPtr = NSAutoreleasePoolPointer;

{$endif}

{$ifdef CLASSES}
{$ifndef NSAUTORELEASEPOOL_PAS_C}
{$define NSAUTORELEASEPOOL_PAS_C}

{ NSAutoreleasePool }
  NSAutoreleasePool = objcclass external (NSObject)
  private
    _token: Pointer;
    _reserved3: Pointer;
    _reserved2: Pointer;
    _reserved: Pointer;
    
  public
    class procedure addObject(anObject: id); message 'addObject:';
    procedure drain; message 'drain';
  end;

{$endif}
{$endif}