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