Differences
This shows you the differences between two versions of the page.
| — |
name_table [2026/08/28 03:00] (current) hermann Create new page from functor_docs documentation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Name Table ====== | ||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | Placeholder used to register a table or lookup table under a given name in the container it is placed inside. This functor produces no output itself: the enclosing container inspects its input ports and performs the actual registration. | ||
| + | |||
| + | ===== Inputs ===== | ||
| + | |||
| + | ^ Name ^ Type ^ Description ^ | ||
| + | | Table | [[Base Table Type]] | Table or lookup table to register in the container. | | ||
| + | | Table Name | [[Name Type]] | Name under which Table will be known inside the container. | | ||
| + | |||
| + | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| + | |||
| + | ===== Outputs ===== | ||
| + | |||
| + | None. | ||
| + | |||
| + | ===== Group ===== | ||
| + | |||
| + | [[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]] | ||
| + | |||
| + | ===== Notes ===== | ||
| + | |||
| + | A hook such as this one is typically used to feed one value of a given type into a container that performs some operation over a series of such values, identified by name. | ||
| + | |||
| + | ===== Internal Name ===== | ||
| + | |||
| + | NameTable | ||