Identifier.type

Application defined type

Types are defined in the file 'types.db'. Each type correspond to a set of values, with a particular meaning. For example, the type that would be used to log repeated invocation of the 'df' command line utility would be a data type consisting of two fields, 'used' and 'free'.

struct Identifier
cstring type;

Meta