|
Synergy Color Management Component - SDK -
2018.0.80
|
Callback interface for collection traversal. More...
Public Member Functions | |
| virtual | ~Visitor () |
| Destructor. More... | |
| virtual SynStatus | operator() (const Policy::Ptr &policy)=0 |
| Overload to handle all policies in a collection. More... | |
Callback interface for collection traversal.
|
inlinevirtual |
Destructor.
Releases all resources used by the Visitor instance.
|
pure virtual |
Overload to handle all policies in a collection.
| policy | The current policy (provided by the traversal). |