FMLiveSwitchInternalConcurrentStack Class Reference

Instance Methods

(int) - count
 
(instancetype) - init
 
(bool) - isEmpty
 
(void) - pushWithItem:
 
(bool) - tryPeekWithResult:
 
(bool) - tryPopWithResult:
 

Class Methods

(FMLiveSwitchInternalConcurrentStack *) + internalConcurrentStack
 

Protected Attributes

 __pad0__: NSObject- (void) clear
 

Method Documentation

◆ count

- (int) count

◆ init

- (instancetype) init

◆ internalConcurrentStack

+ (FMLiveSwitchInternalConcurrentStack*) internalConcurrentStack

◆ isEmpty

- (bool) isEmpty

◆ pushWithItem:

- (void) pushWithItem: (T)  item

◆ tryPeekWithResult:

- (bool) tryPeekWithResult: (T *)  result

◆ tryPopWithResult:

- (bool) tryPopWithResult: (T *)  result

Member Data Documentation

◆ __pad0__

- __pad0__
protected