Constructors
Declared in <ball_attributecontainerlist.h>
Create an empty container list.
AttributeContainerList();
» more...
Same as the default constructor, using the specified allocator.
explicit
AttributeContainerList(allocator_type const& allocator);
» more...
Create a container list having the same value as the specified original.
AttributeContainerList(
AttributeContainerList const& original,
allocator_type const& allocator = allocator_type());
» more...
| Name | Description |
|---|---|
| allocator | allocator to supply memory |
| original | list to copy |