|
Synergy Color Management Component - SDK -
2018.0.80
|
A collection of policies. More...
Classes | |
| struct | Visitor |
| Callback interface for collection traversal. More... | |
Public Types | |
| typedef SharedPtr < PolicyCollection > | Ptr |
| A pointer to a PolicyCollection instance with shared ownership type. The instance is automatically destroyed once no Ptr points to it. More... | |
Public Member Functions | |
| virtual | ~PolicyCollection () |
| Destructor. More... | |
| virtual SynStatus | visit (Visitor &v) const =0 |
| Traverses the collection, calling Visitor 'v' for every policy. More... | |
Static Public Member Functions | |
| static Ptr | create (const URL::Ptr &dir) |
| Creates PolicyCollection at location 'dir'. More... | |
A collection of policies.
A pointer to a PolicyCollection instance with shared ownership type. The instance is automatically destroyed once no Ptr points to it.
|
virtual |
Destructor.
Releases all resources used by the PolicyCollection instance.
Creates PolicyCollection at location 'dir'.
| dir | The storage location of the created PolicyCollection instance. |