Constructors
Declared in <ball_attributecontainerlist.h>
Create an empty container list. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.
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. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.
AttributeContainerList(
AttributeContainerList const& original,
allocator_type const& allocator = allocator_type());
» more...