![]() |
PandaRoot
|
#include <PndFTSArray.h>
Public Types | |
typedef PndFTSInternal::TypeForAlignmentHelper< T, alignment >::Type | T2 |
typedef PndFTSInternal::ArrayBase< T2, Size::Dim > | Parent |
![]() | |
typedef PndFTSInternal::ArrayBase< PndFTSInternal::TypeForAlignmentHelper< T, alignment >::Type, Dim > | Parent |
Public Member Functions | |
PndFTSFixedArray () | |
PndFTSFixedArray (const PndFTSFixedArray &rhs) | |
![]() | |
int | Size () const |
operator bool () const | |
bool | IsValid () const |
PndFTSInternal::TypeForAlignmentHelper< T, alignment >::Type & | operator* () |
const PndFTSInternal::TypeForAlignmentHelper< T, alignment >::Type & | operator* () const |
PndFTSInternal::TypeForAlignmentHelper< T, alignment >::Type * | Data () |
const PndFTSInternal::TypeForAlignmentHelper< T, alignment >::Type * | Data () const |
PndFTSArray | operator+ (int x) const |
PndFTSArray | operator- (int x) const |
PndFTSArray< Other, Dim > | ReinterpretCast () const |
Owns the data. When it goes out of scope the data is freed.
The memory is allocated on the stack.
Instantiate this class on the stack.
T | type of the entries in the array. |
Size | number of entries in the array. |
Dim | selects the operator[]/operator() behavior it should have. I.e. makes it behave like a 1-, 2- or 3-dim array. (defaults to 1) |
Definition at line 653 of file PndFTSArray.h.
typedef PndFTSInternal::ArrayBase<T2, Size::Dim> PndFTSFixedArray< T, Size, alignment >::Parent |
Definition at line 656 of file PndFTSArray.h.
typedef PndFTSInternal::TypeForAlignmentHelper<T, alignment>::Type PndFTSFixedArray< T, Size, alignment >::T2 |
Definition at line 655 of file PndFTSArray.h.
|
inline |
Definition at line 657 of file PndFTSArray.h.
|
inline |
Definition at line 663 of file PndFTSArray.h.