Data Structures

Here are the data structures with brief descriptions:
MutLockArraySimilar to NSMutableArray, but thread-safe. Internally, uses an NSMutableArray and a rwlock
MutLockDictMutLockDict is a thread-safe version of NSMutableDictionary
MutNRLockArraySubclass of MutLockArray; this class does NOT retain the objects in its array!
VVStopwatchThis class is used to measure how long it takes to do things; much easier to work with than NSDate
VVThreadLoopSimple class for spawning a thread which executes at a specified interval- simpler and easier to work with than NSThread/NSTimer in multi-threaded programming environments

Generated on Wed Jul 22 12:06:50 2009 for VVBasics by  doxygen 1.5.9