Instance Methods | |
(int) | - count |
(instancetype) | - init |
(bool) | - isEmpty |
(void) | - pushWithItem: |
(bool) | - tryPeekWithResult: |
(bool) | - tryPopWithResult: |
Class Methods | |
(FMLiveSwitchInternalConcurrentStack *) | + internalConcurrentStack |
Protected Attributes | |
__pad0__: NSObject- (void) clear | |
- (int) count |
- (instancetype) init |
+ (FMLiveSwitchInternalConcurrentStack*) internalConcurrentStack |
- (bool) isEmpty |
- (void) pushWithItem: | (T) | item |
- (bool) tryPeekWithResult: | (T *) | result |
- (bool) tryPopWithResult: | (T *) | result |
|
protected |