Definition at line 327 of file CocoaUtils.h.
Public Member Functions | |
ScopedArray (T *p=0) | |
~ScopedArray () | |
T * | Get () const |
T & | operator[] (std::ptrdiff_t index) const |
T * | Release () |
void | Reset (T *p) |
Private Member Functions | |
ScopedArray (const ScopedArray &rhs) | |
ScopedArray & | operator= (const ScopedArray &rhs) |
Private Attributes | |
T * | fData |
#include <CocoaUtils.h>
|
inlineexplicit |
Definition at line 329 of file CocoaUtils.h.
|
inline |
Definition at line 334 of file CocoaUtils.h.
|
private |
|
inline |
Definition at line 358 of file CocoaUtils.h.
|
private |
|
inline |
Definition at line 353 of file CocoaUtils.h.
|
inline |
Definition at line 346 of file CocoaUtils.h.
|
inline |
Definition at line 339 of file CocoaUtils.h.
|
private |
Definition at line 364 of file CocoaUtils.h.