AggregateLocator

Exposes the list of locators contained in it.

Members

Functions

getLocator
Locator!(Type, KeyType) getLocator(LocatorKeyType key)

Get a specific locator.

getLocators
InputRange!(Pair!(Locator!(Type, KeyType), LocatorKeyType)) getLocators()

Get all locators in aggregate locator

hasLocator
bool hasLocator(LocatorKeyType key)

Check if aggregate locator contains a specific locator.

Meta