• Top
  • Identifiers

Locator

Fixtype of locators.

This is a product type introduced by fty::defprod.

Fields
program — programid
name — identifier

A locator consists of a program ID and an identifier. The latter denotes an item in the program denoted by the program ID.

Subtopics

Locator-fix
Fixing function for locator structures.
Locator-equiv
Basic equivalence relation for locator structures.
Make-locator
Basic constructor macro for locator structures.
Locator->program
Get the program field from a locator.
Locator->name
Get the name field from a locator.
Change-locator
Modifying constructor for locator structures.
Locatorp
Recognizer for locator structures.