• Top
  • Files

Mappingdecl

Fixtype of mapping declarations.

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

Fields
name — identifier
domain-type — type
range-type — type

A mapping declaration consists of a name (identifier) and domain and range types.

Subtopics

Mappingdecl-fix
Fixing function for mappingdecl structures.
Mappingdecl-equiv
Basic equivalence relation for mappingdecl structures.
Make-mappingdecl
Basic constructor macro for mappingdecl structures.
Mappingdecl->range-type
Get the range-type field from a mappingdecl.
Mappingdecl->domain-type
Get the domain-type field from a mappingdecl.
Change-mappingdecl
Modifying constructor for mappingdecl structures.
Mappingdecl->name
Get the name field from a mappingdecl.
Mappingdeclp
Recognizer for mappingdecl structures.