Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPKeyedArchiver.h
Go to the documentation of this file.
1 
2 @interface CPKeyedArchiver : CPCoder
3 {
4  id _delegate;
5  unsigned _delegateSelectors;
6 
7  CPData _data;
8 
9  CPArray _objects;
10 
11  CPDictionary _UIDs;
12  CPDictionary _conditionalUIDs;
13 
14  CPDictionary _replacementObjects;
15  CPDictionary _replacementClassNames;
16 
17  id _plistObject;
18  CPMutableArray _plistObjects;
19 
20  CPPropertyListFormat _outputFormat;
21 }
22 @end