#include <CLAutoBuffer.h>
Public Member Functions | |
CLAutoBuffer (CLAutoBuffer< T > &rhs) | |
CLAutoBuffer (T *p=NULL) | |
T * | Get () const |
T * | operator-> () const |
CLAutoBuffer< T > & | operator= (CLAutoBuffer< T > &rhs) |
CLAutoBuffer< T > & | operator= (T *p) |
T * | Release () |
~CLAutoBuffer () | |
Private Member Functions | |
void | DeleteSafe () |
Private Attributes | |
T * | m_p |
Definition at line 40 of file CLAutoBuffer.h.
|
inlineexplicit |
Definition at line 43 of file CLAutoBuffer.h.
|
inline |
Definition at line 47 of file CLAutoBuffer.h.
|
inline |
Definition at line 51 of file CLAutoBuffer.h.
|
inlineprivate |
Definition at line 90 of file CLAutoBuffer.h.
|
inline |
Definition at line 79 of file CLAutoBuffer.h.
|
inline |
Definition at line 75 of file CLAutoBuffer.h.
|
inline |
Definition at line 65 of file CLAutoBuffer.h.
|
inline |
Definition at line 55 of file CLAutoBuffer.h.
|
inline |
Definition at line 83 of file CLAutoBuffer.h.
|
private |
Definition at line 98 of file CLAutoBuffer.h.