![]() |
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) |
Public Member Functions inherited from sf::TPointerBase< T > | |
| T & | operator* () |
| operator T* () | |
| int | operator! () const |
| T * | Relinquish () |
Additional Inherited Members | |
Protected Member Functions inherited from sf::TPointerBase< T > | |
| TPointerBase (T *pointer) | |
| TPointerBase () | |
Protected Attributes inherited from sf::TPointerBase< T > | |
| T * | P |
Pointer to an array of type T. Provides an array subscript operator and uses array delete[].
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |