Framework
- Core Foundation
Overview
CFMutableBag manages dynamic bags. The basic interface for managing bags is provided by CFBag. CFMutableBag adds functions to modify the contents of a bag.
You create a mutable bag object using either the CFBag
or CFBag
function.
CFMutableBag provides several functions for adding and removing values from a bag. The CFBag
function adds a value to a bag and CFBag
removes values from a bag.