NSConditionLock Klassenreferenz

#import <NSConditionLock.h>

Abgeleitet von NSObject.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - init
(id) - initWithCondition:
(void) - dealloc
(void) - finalize
(int) - condition
(void) - lock
(BOOL) - lockBeforeDate:
(void) - lockWhenCondition:
(BOOL) - lockWhenCondition:beforeDate:
(BOOL) - tryLock
(BOOL) - tryLockWhenCondition:
(void) - unlock
(void) - unlockWithCondition:
(id) - description

Öffentliche, statische Methoden

(id) + allocWithZone:

Geschützte Attribute

void * _priv

Ausführliche Beschreibung

Definiert in Zeile 11 der Datei NSConditionLock.h.


Dokumentation der Elementfunktionen

+ (id) allocWithZone: (struct _NSZone *)  fp8  

- (id) init  

- (id) initWithCondition: (int)  fp8  

- (void) dealloc  

Implementiert NSObject.

- (void) finalize  

Implementiert NSObject.

- (int) condition  

- (void) lock  

- (BOOL) lockBeforeDate: (id)  fp8  

- (void) lockWhenCondition: (int)  fp8  

- (BOOL) lockWhenCondition: (int)  fp8
beforeDate: (id)  fp12 

- (BOOL) tryLock  

- (BOOL) tryLockWhenCondition: (int)  fp8  

- (void) unlock  

- (void) unlockWithCondition: (int)  fp8  

- (id) description  


Dokumentation der Datenelemente

- (void*) _priv [protected]

Definiert in Zeile 13 der Datei NSConditionLock.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: