#include <types.h>
Data Fields | |
char ** | chars |
int | nb_chars |
That structure will define an array of chars
char** char_array::chars |
The array of chars
Referenced by check_parameters_validity(), check_species_repetitions(), destroy_options(), get_sequences(), is_present_char_array(), parse_params(), and read_alignments_files().
The number of chars in the array
Referenced by check_parameters_validity(), check_species_repetitions(), destroy_options(), get_sequences(), is_present_char_array(), parse_params(), print_verbose_start_alignments(), and read_alignments_files().