#include <analyse_comment.h>
Data Fields | |
| struct analyse_comment_s * | prev |
| struct analyse_comment_s * | next |
| int | language |
| char * | text |
Definition at line 26 of file analyse_comment.h.
| int analyse_comment_s::language |
Definition at line 31 of file analyse_comment.h.
| struct analyse_comment_s* analyse_comment_s::next |
Definition at line 29 of file analyse_comment.h.
| struct analyse_comment_s* analyse_comment_s::prev |
Definition at line 28 of file analyse_comment.h.
| char* analyse_comment_s::text |
Definition at line 32 of file analyse_comment.h.