Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kList_SetAsT (   kList_list,
  kListItem_item,
  T_value,
 
)
related

Sets the content associated with a list item.

A debug assertion will be raised if the size of the specified data type does not match the size of the collection type.

Parameters
kList_listList object.
kListItem_itemList item.
T_valueItem value.
TItem type identifier (e.g., k32s).
Returns
Item value.