Module biodivine_sketchbook::sketchbook::ids
source ยท Expand description
Definitions and utilities for type-safe identifiers of various components.
Macrosยง
- id_
wrapper ๐Macro to define various kinds of type-safe identifiers based onBaseId.
Structsยง
- (internal) A base class to derive type-safe identifiers from (using a macro below).
- A type-safe (string-based) identifier of a
Datasetinside a particular model. - A type-safe (string-based) identifier of a
DynPropertyinside a particular model. - ID_
REGEX ๐A regular expression that matches the identifiers allowed. - A type-safe (string-based) identifier of a
Layoutinside a particular model. - A type-safe (string-based) identifier of a
Observationinside a particular model. - A type-safe (string-based) identifier of a
StatPropertyinside a particular model. - A type-safe (string-based) identifier of a
UninterpretedFninside a particular model. - A type-safe (string-based) identifier of a
Variableinside a particular model.
Constantsยง
- ID_
REGE ๐X_ STR (internal) A regex string of an identifier which we currently allow to appear.