#include <data_types.h>

| Public Member Functions | |
| T & | operator[] (unsigned int i) const | 
| Represent the pointer as an array of T.  More... | |
| SingleArray (DataPointer &&temp) | |
| Cast return-by-value temporary DataPointer to this type of array.  More... | |
| SingleArray (SingleArray &&temp) | |
| unsigned int | size () | 
| The number of T instances in this array.  More... | |
|  Public Member Functions inherited from DataPointer | |
| DataPointer (DataPointer &&other) | |
| DataPointer (DataPointer &other) | |
| DataPointer (unsigned char *pointer, unsigned int size, PrivateImplementation *private_impl=0) | |
| unsigned char * | get_raw_pointer () const | 
| bool | valid () | 
| Indicator for nullpointer / no data contained if false.  More... | |
| ~DataPointer () | |
| Delete the private implementation with its derived dtor.  More... | |
| Additional Inherited Members | |
|  Protected Attributes inherited from DataPointer | |
| unsigned char * | m_pointer | 
| unsigned int | m_size | 
Definition at line 107 of file data_types.h.
| 
 | inline | 
Cast return-by-value temporary DataPointer to this type of array.
Definition at line 110 of file data_types.h.
| 
 | inline | 
Definition at line 115 of file data_types.h.
| 
 | inline | 
Represent the pointer as an array of T.
Definition at line 121 of file data_types.h.
| 
 | inline | 
The number of T instances in this array.
Definition at line 127 of file data_types.h.