Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com
)
-
Version: 1.6
Date: 2004/09/01 15:56:03
Copyright: (C) 1999-2004 Free Software Foundation, Inc.
- Declared in:
- Foundation/GSWMultiKeyDictionary.h
Standards:
Description forthcoming.
Instance Variables
Method summary
+ (GSWCache*) cache;
Description forthcoming.
+ (GSWCache*) cacheWithDefaultDuration: (NSTimeInterval)defaultDuration defaultFlags: (unsigned int)defaultFlags;
Description forthcoming.
- (void) deleteExpiredEntries;
Description forthcoming.
- (id) initWithDefaultDuration: (NSTimeInterval)defaultDuration defaultFlags: (unsigned int)defaultFlags;
Description forthcoming.
- (void) setObject: (id)object withDuration: (NSTimeInterval)duration forKey: (id)key;
Description forthcoming.
- (void) setObject: (id)object withDuration: (NSTimeInterval)duration forKeys: (id)key,...;
Description forthcoming.
- (void) setObject: (id)object withDuration: (NSTimeInterval)duration forKeys: (id*)keys count: (unsigned)count;
Description forthcoming.
Instance Variables for GSWCache Class
@protected NSTimeInterval _defaultDuration;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected unsigned int _defaultFlags;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- Foundation/GSWMultiKeyDictionary.h
Standards:
Description forthcoming.
Instance Variables
Method summary
- (NSArray*) allSubValuesForKeys: (id)key,...;
Description forthcoming.
- (NSArray*) allSubValuesForKeys: (id*)keys count: (unsigned)count;
Description forthcoming.
- (NSArray*) allSubValuesForKeysArray: (NSArray*)keysArray;
Description forthcoming.
- (NSArray*) allValues;
Description forthcoming.
- (id) initWithCapacity: (unsigned int)capacity;
Description forthcoming.
- (void) makeObjectsPerformSelector: (SEL)selector;
Description forthcoming.
- (void) makeObjectsPerformSelector: (SEL)selector withObject: (id)object;
Description forthcoming.
- (void) makeObjectsPerformSelector: (SEL)selector withObject: (id)object1 withObject: (id)object2;
Description forthcoming.
- (NSEnumerator*) objectEnumerator;
Description forthcoming.
- (id) objectForKeys: (id)key,...;
Description forthcoming.
- (id) objectForKeys: (id*)keys count: (unsigned)count;
Description forthcoming.
- (id) objectForKeysArray: (NSArray*)keysArray;
Description forthcoming.
- (void) removeAllObjects;
Description forthcoming.
- (void) removeAllSubObjectsForKeys: (id)key,...;
Description forthcoming.
- (void) removeAllSubObjectsForKeys: (id*)keys count: (unsigned)count;
Description forthcoming.
- (void) removeAllSubObjectsForKeysArray: (NSArray*)keysArray;
Description forthcoming.
- (void) removeObjectForKeys: (id)key,...;
Description forthcoming.
- (void) removeObjectForKeys: (id*)keys count: (unsigned)count;
Description forthcoming.
- (void) removeObjectForKeysArray: (NSArray*)keysArray;
Description forthcoming.
- (void) setObject: (id)object forKeys: (id)key,...;
Description forthcoming.
- (void) setObject: (id)object forKeys: (id*)keys count: (unsigned)count;
Description forthcoming.
- (void) setObject: (id)object forKeysArray: (NSArray*)keysArray;
Description forthcoming.
Instance Variables for GSWMultiKeyDictionary Class
@protected void* _mapBase;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up