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.
Synopsis
Declared in <ball_attributecontainerlist.h>
struct AttributeContainerList_Node;
Data Members
Name |
Description |
Next element in the list. |
|
Address of the previous element's next pointer. |
|
Address value of this element. |
Created with MrDocs