API 0.9.5
Foundation/CPKeyedUnarchiver.h
Go to the documentation of this file.
00001 
00002 @interface CPKeyedUnarchiver : CPCoder
00003 {
00004     id              _delegate;
00005     unsigned        _delegateSelectors;
00006 
00007     CPData          _data;
00008 
00009     CPDictionary    _replacementClasses;
00010 
00011     CPArray         _objects;
00012     CPDictionary    _archive;
00013 
00014     CPDictionary    _plistObject;
00015     CPArray         _plistObjects;
00016 }
00017 @end
 All Classes Files Functions Variables Defines