CFBitVector
Declaration
class CFBitVectorOverview
CFBitVector and its derived mutable type, CFMutableBitVector, manage ordered collections of bit values, which are either 0 or 1. CFBitVector creates static bit vectors and CFMutableBitVector creates dynamic bit vectors.
Topics
Creating a Bit Vector
Getting Information About a Bit Vector
CFBitVectorContainsBit(_:_:_:)CFBitVectorGetBitAtIndex(_:_:)CFBitVectorGetBits(_:_:_:)CFBitVectorGetCount(_:)CFBitVectorGetCountOfBit(_:_:_:)CFBitVectorGetFirstIndexOfBit(_:_:_:)CFBitVectorGetLastIndexOfBit(_:_:_:)
Getting the CFBitVector Type ID
Data Types
See Also
Related Documentation
- Collections Programming Topics for Core Foundation