[#BloombergLP-ball-AttributeContainerList_Node] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::AttributeContainerList_Node :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct AttributeContainerList_Node; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/ball/AttributeContainerList_Node/d_next_p.adoc[`d_next_p`] | Next element in the list. | xref:BloombergLP/ball/AttributeContainerList_Node/d_prevNextAddr_p.adoc[`d_prevNextAddr_p`] | Address of the previous element's next pointer. | xref:BloombergLP/ball/AttributeContainerList_Node/d_value_p.adoc[`d_value_p`] | Address value of this element. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#