EMEnumSet Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | EMEnumSet.h |
– createEnumSet:
Create and Initialize an EnumSet object.
- (void)createEnumSet:(CFMutableSetRef)setParameters
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)itemParameters
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)countReturn Value
The number of items in the set.
Availability
2.6
Declared In
EMEnumSet.h