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 ( )

The default constructor for initialization.

DataArrayList::~DataArrayList ( )

The destructor.

Member Function Documentation

size_t DataArrayList::size ( )

Gets the length of the array.

Member Data Documentation

Value* DataArrayList::m_dataList

The data list ( a Value ).

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

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