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)type

Parameters

type

The type.

Discussion

Initializes a new instance of the FMIceLinkHashContextBase class.

Declared In

FMIceLinkHashContextBase.h

– doComputeWithInput:

Computes the hash.
- (FMIceLinkDataBuffer *)doComputeWithInput:(FMIceLinkDataBuffer *)input

Parameters

input

The input. @return

Discussion

Computes the hash.

Declared In

FMIceLinkHashContextBase.h

– doDestroy

Destroys this instance.
- (void)doDestroy

Discussion

Destroys this instance.

Declared In

FMIceLinkHashContextBase.h