Assimp  v3.1.1 (June 2014)
DataArrayList Struct Reference

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

Valuem_dataList
 The data list ( a Value ). More...
 
DataArrayListm_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
 
Referencem_refs
 

Detailed Description

Stores a data array list.

Constructor & Destructor Documentation

◆ DataArrayList()

DataArrayList::DataArrayList ( )

The default constructor for initialization.

◆ ~DataArrayList()

DataArrayList::~DataArrayList ( )

The destructor.

Member Function Documentation

◆ size()

size_t DataArrayList::size ( )

Gets the length of the array.

Member Data Documentation

◆ m_dataList

Value* DataArrayList::m_dataList

The data list ( a Value ).

◆ m_next

DataArrayList* DataArrayList::m_next

The next data array list ( ddl_nullptr if last ).

◆ m_numItems

size_t DataArrayList::m_numItems

The number of items in the list.

◆ m_numRefs

size_t DataArrayList::m_numRefs

◆ m_refs

Reference* DataArrayList::m_refs

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