This component maintains a registry of named functors ("collectors") that are used to transform opaque user data into a set of ball::Attribute objects.
Synopsis
Declared in <ball_attributecollectorregistry.h>
class AttributeCollectorRegistry;
Type Aliases
Name |
Description |
|
|
|
|
This |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this registry. |
Add the specified |
|
Invoke all registered collectors with the specified |
|
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 collectors registered with this object. Note that this method is provided primarily for debugging purposes (i.e., its return value can be invalidated from another thread). |
|
Remove all collectors from this registry. |
|
Remove the collector having the specified |
|
|
Declare that this type uses a |
Created with MrDocs