Constructors
Declared in <ball_managedattributeset.h>
Create an empty ManagedAttributeSet object.
ManagedAttributeSet();
» more...
Same as the preceding overload, using the specified allocator.
explicit
ManagedAttributeSet(allocator_type const& allocator);
» more...
Create a ManagedAttributeSet object having the same value as the specified original object.
ManagedAttributeSet(
ManagedAttributeSet const& original,
allocator_type const& allocator = allocator_type());
» more...
| Name | Description |
|---|---|
| allocator | allocator used to supply memory |
| original | attribute set to copy |