| _alphabet_mode | Translator | [protected] |
| _alphabet_size | Translator | [protected] |
| _complementary_ok | Translator | [protected] |
| _label_ok | Translator | [protected] |
| _nb_inv | Translator | [protected] |
| char_to_int(const char *source) const | Translator | |
| complementary_char(char *dest, const char *source) const | Translator | [inline] |
| complementary_char_to_int(const char *source) const | Translator | |
| complementary_coded_int(long codesource, short sizeword) const | Translator | |
| complementary_int(short source) const | Translator | [inline] |
| complementary_int_to_str(short source) const | Translator | [inline] |
| complementary_str(const string &source) const | Translator | [inline] |
| complementary_str_to_int(const string &source) const | Translator | |
| complementary_strw(const string &wordsource) const | Translator | |
| int_to_char(char *dest, short source) const | Translator | |
| int_to_label(short source) const | Translator | [inline] |
| int_to_str(short source) const | Translator | |
| is_complementary_ok() const | Translator | [inline] |
| is_label_ok() const | Translator | [inline] |
| isInvalid(const char *source) const | Translator | |
| isInvalid(const string &source) const | Translator | |
| str_to_int(const string &source) const | Translator | |
| strw_to_coded_int(const string &wordsource) const | Translator | |
| strw_to_vect(vector< short > &vectdest, const string &wordsource) const | Translator | |
| tell_alphabet_mode() const | Translator | [inline] |
| tell_alphabet_size() const | Translator | [inline] |
| tell_nb_inv() const | Translator | [inline] |
| Translator(const string &alpha_file) | Translator | |
| Translator(const string &line2parse, short mode, bool case_sensivity=true) | Translator | |
| Translator(const Translator &t) | Translator | |
| Translator() | Translator | [inline] |
| vect_to_labelstrw(const vector< short > &vectsource) const | Translator | |
| vect_to_strw(const short *vectsource, short sizeword) const | Translator | |
| vect_to_strw(const vector< short > &vectsource) const | Translator | |
| vect_to_word(char *worddest, const short *vectsource, short sizeword) const | Translator | |
| vect_to_word(char *worddest, const vector< short > &vectsource) const | Translator | |
| word_to_coded_int(const char *wordsource, int &l) const | Translator | |
| word_to_vect(short *vectdest, const char *wordsource, short sizeword) const | Translator | |
| word_to_vect(vector< short > &vectdest, const char *wordsource) const | Translator | |
| ~Translator() | Translator | |