EMEnumSet Class Reference

Inherits from NSObject
Declared in EMEnumSet.h

Overview

An interface representing a collection of enum type data.

– createEnumSet:

Create and Initialize an EnumSet object.

- (void)createEnumSet:(CFMutableSetRef)set

Parameters

set

The CFMutableSet object containing all capabilities of a token.

Availability

2.6

Declared In

EMEnumSet.h

– contains:

Checks the existence of a specific item in the set.

- (BOOL)contains:(CFIndex)item

Parameters

item

The item to be checked.

Return Value

YES if the EnumSet contains that item and otherwise NO will be returned.

Availability

2.6

Declared In

EMEnumSet.h

– count

Counts the number of capabilities in the EnumSet.

- (CFIndex)count

Return Value

The number of items in the set.

Availability

2.6

Declared In

EMEnumSet.h