![]() |
Scanframe Modular Application 0.1.0
|
Pointer to an array of type T. Provides an array subscript operator and uses array delete[]. More...
#include <TPointer.h>
Public Member Functions | |
TAPointer () | |
TAPointer (T array[]) | |
~TAPointer () | |
TAPointer< T > & | operator= (T src[]) |
T & | operator[] (int i) |
![]() | |
T & | operator* () |
operator T* () | |
int | operator! () const |
T * | Relinquish () |
Additional Inherited Members | |
![]() | |
TPointerBase (T *pointer) | |
TPointerBase () | |
![]() | |
T * | P |
Pointer to an array of type T. Provides an array subscript operator and uses array delete[].
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |