Invoke all registered collectors with the specified visitor functor.
Synopsis
Declared in <ball_attributecollectorregistry.h>
void
collect(Visitor const& visitor) const;
Description
Note that collectors are invoked in the order in which collectors are registered.
Parameters
Name |
Description |
visitor |
functor passed to each registered collector |
Created with MrDocs