|
TheBoussinesqModel
3.2.1
|
#include <t_list.h>
Data Fields | |
| char * | word |
| long | nh |
| struct phrase * | next |
| struct phrase* phrase::next |
Definition at line 142 of file t_list.h.
Referenced by count_phrase_elements(), delete_phrase(), join_words(), new_word(), and print_phrase_elements().
| long phrase::nh |
Definition at line 141 of file t_list.h.
Referenced by new_word().
| char* phrase::word |
Definition at line 140 of file t_list.h.
Referenced by delete_phrase(), new_word(), and print_phrase_elements().