PIPS
gtt_t Struct Reference

translation tables type... More...

Data Fields

bool identity
 
int old_to_actual [MAX_DOMAIN]
 whether the translation is nope... More...
 
int actual_to_old [MAX_DOMAIN]
 forwards translation More...
 

Detailed Description

translation tables type...

BUGS:

  • tabulated domains are not translated properly, I guess.
  • externals which appear several times as such, so are given several domain number, may lead to unexpected behaviors.

Definition at line 1928 of file genClib.c.

Field Documentation

◆ actual_to_old

int gtt_t::actual_to_old[MAX_DOMAIN]

forwards translation

Definition at line 1932 of file genClib.c.

Referenced by gen_type_translation_actual_to_old(), gtt_read(), gtt_table_identity(), gtt_table_init(), and gtt_write().

◆ identity

bool gtt_t::identity

Definition at line 1930 of file genClib.c.

Referenced by gtt_table_identity(), and gtt_table_init().

◆ old_to_actual

int gtt_t::old_to_actual[MAX_DOMAIN]

whether the translation is nope...

Definition at line 1931 of file genClib.c.

Referenced by gen_type_translation_old_to_actual(), gtt_read(), gtt_table_identity(), and gtt_table_init().


The documentation for this struct was generated from the following file: