Contents

CFBitVector

Declaration

class CFBitVector

Overview

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

Getting the CFBitVector Type ID

Data Types

See Also

Related Documentation

  • Collections Programming Topics for Core Foundation

Opaque Types