RWTCounter<RWNullMutexLock> RWTCountingBody<Mutex> RWTMonitor<Mutex>
None
#include <rw/pointer/RWUnsafeCounter.h> typedef RWTCounter<RWNullMutexLock> RWUnsafeCounter;
A typedef that implements an unsafe counter that can be used for reference counting where multithread safety is not required. This typedef can be used as the counter template parameter for RWTCountingPointer.
RWTCountingPointer<int, RWUnsafeCounter> pointer = new int(10);
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.