AEManagedValue.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  AEManagedValue
 Managed value. More...
 

Typedefs

typedef void(^ AEManagedValueUpdateBlock )()
 Batch update block.
 
typedef void(^ AEManagedValueReleaseBlock )(void *_Nonnull value)
 Release block.
 
typedef void(^ AEManagedValueReleaseNotificationBlock )()
 Release notification block.
 

Typedef Documentation

typedef void(^ AEManagedValueUpdateBlock)()

Batch update block.

typedef void(^ AEManagedValueReleaseBlock)(void *_Nonnull value)

Release block.

Parameters
valueOriginal value provided
typedef void(^ AEManagedValueReleaseNotificationBlock)()

Release notification block.