struct_uint32_array_list_t Struct Reference

Defines a list of uint32_array_t. More...

#include <x_array_list.h>


Data Fields

uint32_t alloced
uint32_t length
uint32_array_t ** data


Detailed Description

Defines a list of uint32_array_t.

lib/utils/include/x_array.h

This structure defines an array of pointers to uint32_array_t elements. Its name is a bit confusing since it is actually more of an array than a list strictly speaking.

Definition at line 62 of file x_array_list.h.


Field Documentation

This is the maximum number of uint32_array_t pointers that the array can accommodate.

Definition at line 67 of file x_array_list.h.

Referenced by add_entry_in_uint32_array_list().

Current number of uint32_array_t pointers hold in the array pointed by the structure's data field.

Definition at line 72 of file x_array_list.h.

Referenced by add_entry_in_uint32_array_list().

Array of pointers to uint32_array_t whose size is given by the alloced field.

Definition at line 77 of file x_array_list.h.

Referenced by add_entry_in_uint32_array_list().


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

Generated on Fri Jun 17 11:10:12 2011 for TIFA by Doxygen 1.5.5