API 0.9.5
Foundation/CPKeyedArchiver.h
Go to the documentation of this file.
00001 
00002 @interface CPKeyedArchiver : CPCoder
00003 {
00004     id                      _delegate;
00005     unsigned                _delegateSelectors;
00006 
00007     CPData                  _data;
00008 
00009     CPArray                 _objects;
00010 
00011     CPDictionary            _UIDs;
00012     CPDictionary            _conditionalUIDs;
00013 
00014     CPDictionary            _replacementObjects;
00015     CPDictionary            _replacementClassNames;
00016 
00017     id                      _plistObject;
00018     CPMutableArray          _plistObjects;
00019 
00020     CPPropertyListFormat    _outputFormat;
00021 }
00022 @end
 All Classes Files Functions Variables Defines