This is an implementation type of AttributeContainerList and should not be used by clients of this package. A AttributeContainerList_Node represents a node in a AttributeContainerList object.
Declared in <ball_attributecontainerlist.h>
struct AttributeContainerList_Node;
| Name | Description |
|---|---|
d_next_p | Next element in the list. |
d_prevNextAddr_p | Address of the previous element's next pointer. |
d_value_p | Address value of this element. |