#import <EOKeyValueArchiver.h>

Public Member Functions | |
| (void) | - awakeObjects |
| (BOOL) | - decodeBoolForKey: |
| (int) | - decodeIntForKey: |
| (id) | - decodeObjectAtIndex: |
| (id) | - decodeObjectForKey: |
| (id) | - decodeObjectReferenceForKey: |
| (id) | - delegate |
| (void) | - ensureObjectAwake: |
| (void) | - finishInitializationOfObjects |
| (id) | - initWithDictionary: |
| (id) | - parent |
| (void) | - setDelegate: |
Protected Attributes | |
| NSMutableSet * | awakeObjects |
| id | delegate |
| id | parent |
| NSDictionary * | plist |
| NSMutableArray * | unarchivedObjects |
| - (void) awakeObjects |
| - (BOOL) decodeBoolForKey: | (NSString *) | _key |
| - (int) decodeIntForKey: | (NSString *) | _key |
| - (id) decodeObjectAtIndex: | (unsigned) | _idx |
| - (id) decodeObjectForKey: | (NSString *) | _key |
| - (id) decodeObjectReferenceForKey: | (NSString *) | _key |
| - (id) delegate |
| - (void) ensureObjectAwake: | (id) | _object |
| - (void) finishInitializationOfObjects |
| - (id) initWithDictionary: | (NSDictionary *) | _dict |
| - (id) parent |
| - (void) setDelegate: | (id) | _delegate |
- (void) awakeObjects [protected] |
- (id) delegate [protected] |
- (id) parent [protected] |
- (NSDictionary*) plist [protected] |
- (NSMutableArray*) unarchivedObjects [protected] |
1.5.8