A DefaultAttributeContainer object contains a collection of (unique) attributes values.
Synopsis
Declared in <ball_defaultattributecontainer.h>
class DefaultAttributeContainer
: public AttributeContainer
Base Classes
Name |
Description |
This class defines a protocol for a container of attribute values. The attribute container provides a |
Type Aliases
Name |
Description |
This |
|
This |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Assign to this object the value of the specified |
|
Add an attribute having the specified |
|
Return an iterator pointing at the beginning of the (unordered) sequence of attributes managed by this map, or |
|
Return an iterator pointing at one past the end of the map. |
|
Return the allocator used by this object to supply memory. Note that if no allocator was supplied at construction the default allocator in effect at construction is used. |
|
|
Return |
Return the number of attributes managed by this object. |
|
|
Format this object to the specified output |
Remove every attribute in this attribute set. |
|
Remove the attribute having the specified |
|
|
Invoke the specified |
|
Declare that this type uses a |
Non-Member Functions
Name |
Description |
Return |
|
Return |
Created with MrDocs