Adaptive Framework
0.9.0
|
Self for immutable list wrapper for a array. More...
#include <afw_list.h>
Data Fields | |
const afw_list_inf_t * | inf |
const afw_data_type_t * | data_type |
afw_size_t | count |
const void * | internal |
const afw_pool_t * | p |
afw_boolean_t | indirect |
Self for immutable list wrapper for a array.
This is self for immutable list wrapper for a array. This can defined and filled out in a local variable instead of calling afw_list_create_wrapper_for_array() if the instance is only needed temporarily. Helper macro AFW_LIST_WRAPPER_FOR_ARRAY_P() can be used to do this.
Definition at line 237 of file afw_list.h.