
Data Fields | |
| unsigned int | cost |
| unsigned int | multistep |
| ast_translator * | step |
Definition at line 56 of file translate.c.
| unsigned int cost |
Complete cost to destination
Definition at line 58 of file translate.c.
Referenced by ast_translator_best_choice().
| unsigned int multistep |
Multiple conversions required for this translation
Definition at line 59 of file translate.c.
Referenced by ast_translator_best_choice().
| struct ast_translator* step |
Next step translator
Definition at line 57 of file translate.c.
Referenced by ast_translator_build_path().
1.4.7