Assimp
v4.1. (December 2018)
|
Stores a data array list. More...
Public Member Functions | |
DataArrayList () | |
The default constructor for initialization. More... | |
size_t | size () |
Gets the length of the array. More... | |
~DataArrayList () | |
The destructor. More... | |
Public Attributes | |
Value * | m_dataList |
The data list ( a Value ). More... | |
DataArrayList * | m_next |
The next data array list ( ddl_nullptr if last ). More... | |
size_t | m_numItems |
The number of items in the list. More... | |
size_t | m_numRefs |
Reference * | m_refs |
Stores a data array list.
DataArrayList::DataArrayList | ( | ) |
The default constructor for initialization.
DataArrayList::~DataArrayList | ( | ) |
The destructor.
size_t DataArrayList::size | ( | ) |
Gets the length of the array.
DataArrayList* DataArrayList::m_next |
The next data array list ( ddl_nullptr if last ).
size_t DataArrayList::m_numItems |
The number of items in the list.
size_t DataArrayList::m_numRefs |
Reference* DataArrayList::m_refs |