|
Muvicado HD
|
Subclass of MutLockDict; this class does NOT retain the objects in its array! More...
#include <MutNRLockDict.h>


Instance Methods | |
| (void) | - setObject:forKey: |
| (void) | - setValue:forKey: |
| (id) | - objectForKey: |
| (void) | - addEntriesFromDictionary: |
| (NSArray *) | - allValues |
| Instance Methods inherited from MutLockDict | |
| (id) | - initWithCapacity: |
| (void) | - rdlock |
| (void) | - wrlock |
| (void) | - unlock |
| (NSMutableDictionary *) | - dict |
| (NSMutableDictionary *) | - createDictCopy |
| (NSMutableDictionary *) | - lockCreateDictCopy |
| (void) | - lockSetObject:forKey: |
| (void) | - lockSetValue:forKey: |
| (void) | - removeAllObjects |
| (void) | - lockRemoveAllObjects |
| (id) | - lockObjectForKey: |
| (void) | - removeObjectForKey: |
| (void) | - lockRemoveObjectForKey: |
| (void) | - addEntriesFromDictionary: |
| (void) | - lockAddEntriesFromDictionary: |
| (NSArray *) | - allKeys |
| (NSArray *) | - lockAllKeys |
| (NSArray *) | - lockAllValues |
| (NSUInteger) | - count |
| (NSUInteger) | - lockCount |
Additional Inherited Members | |
| Class Methods inherited from MutLockDict | |
| (id) | + dictionaryWithCapacity: |
| Protected Attributes inherited from MutLockDict | |
| NSMutableDictionary * | dict |
| pthread_rwlock_t | dictLock |
Subclass of MutLockDict; this class does NOT retain the objects in its array!
Definition at line 28 of file MutNRLockDict.h.
| - (void) addEntriesFromDictionary: | (id) | otherDictionary |
| - (NSArray *) allValues |
Implements MutLockDict.


| - (id) objectForKey: | (NSString *) | k |
Implements MutLockDict.
| - (void) setObject: | (id) | o | |
| forKey: | (NSString *) | s |
Implements MutLockDict.
| - (void) setValue: | (id) | v | |
| forKey: | (NSString *) | s |
Implements MutLockDict.