In file hl.h:

typedef struct SYMBOL_ARRAY_s

Array of symbols.

[more]const char** entries
indexed collection of symbols
[more]size_t length
length of the collection


Documentation

Array of symbols.

This data type is employed to represent an indexed collection of symbols (propositional, nominal, variables) expressed as strings. It maps numeric identifiers to corresponding string symbol labels.

oconst char** entries
indexed collection of symbols

osize_t length
length of the collection

Alphabetic index



This page was generated with the help of DOC++.