Go to the first, previous, next, last section, table of contents.


trt_type_encoding

The enum trt_type_encoding is used in the definition of argument and return types of selectors (see section Selectors).

enum trt_type_encoding
{
  TRT_TE_VOID,
  TRT_TE_BOOLEAN,
  TRT_TE_BYTE,
  TRT_TE_CHAR,
  TRT_TE_INT,
  TRT_TE_LONG,
  TRT_TE_FLOAT,
  TRT_TE_DOUBLE,
  TRT_TE_POINTER,
  TRT_TE_SELECTOR,
  TRT_TE_REFERENCE,
  TRT_TE_DYNAMIC,
};


Go to the first, previous, next, last section, table of contents.