Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPCountedSet.h
Go to the documentation of this file.
1 
2 @interface CPCountedSet : _CPConcreteMutableSet
3 {
4  Object _counts;
5 }
6 @end