[][src]Module agnes::fieldlist

Type aliases and macro for handling specifications of fields in a data source.

Enums

FieldDesignator

Designation of a field in a data source -- either a field name or a field index.

Type Definitions

FieldCons

Type alias for an LVCons-list which only contains the data type information for the identified field.

FieldPayloadCons

Type alias for a cons-list containing a labeled field, it's data type, and an arbitrary payload.

FieldSpec

Type alias for a field label and data type.

SpecCons

Type alias for a cons-list containing fields with their labels, data type, and source designators.