FBX C++ API Reference
FbxArray< T, Alignment >::tData Struct Reference

#include <fbxarray.h>

Public Attributes

union {
   struct {
      int   mSize
 
      int   mCapacity
 
   } 
 
   char   Padding [Alignment]
 
}; 
 
mArray [15]
 15 represent only the number of items to see debug More...
 

Detailed Description

template<class T, const int Alignment = 16>
struct FbxArray< T, Alignment >::tData

Definition at line 40 of file fbxarray.h.

Member Data Documentation

int mSize

Definition at line 43 of file fbxarray.h.

int mCapacity

Definition at line 44 of file fbxarray.h.

char Padding[Alignment]

Definition at line 46 of file fbxarray.h.

union { ... }
T mArray[15]

15 represent only the number of items to see debug

Definition at line 48 of file fbxarray.h.


The documentation for this struct was generated from the following file: