FMIceLinkHashContext Class Reference
| Inherits from | FMIceLinkHashContextBase : NSObject |
|---|---|
| Declared in | FMIceLinkHashContext.h FMIceLinkHashContext.m |
– initWithType:
Initializes a new instance of the FMIceLinkHashContextBase class.
- (instancetype)initWithType:(FMIceLinkHashType)typeParameters
type |
The type. |
|---|
Discussion
Initializes a new instance of the FMIceLinkHashContextBase class.
Declared In
FMIceLinkHashContextBase.h
– doComputeWithInput:
Computes the hash.
- (FMIceLinkDataBuffer *)doComputeWithInput:(FMIceLinkDataBuffer *)inputParameters
input |
The input. @return |
|---|
Discussion
Computes the hash.
Declared In
FMIceLinkHashContextBase.h
– doDestroy
Destroys this instance.
- (void)doDestroyDiscussion
Destroys this instance.
Declared In
FMIceLinkHashContextBase.h