#include <structs.h>
| Data Fields | |
| const char * | name | 
| int | buffer_size | 
| char * | code | 
| char * | code_p | 
| int | code_count | 
| char * | comments | 
| char * | comments_p | 
| int | comments_count | 
| int | blanks_count | 
Number of blank lines for this language.
The size of the code and comments buffers.
| char* ParsedLanguage::code | 
Buffer containing the code parsed out for this language.
Number of lines of code for this language.
| char* ParsedLanguage::code_p | 
Used for writing parsed code to the code buffer.
| char* ParsedLanguage::comments | 
Buffer containing the comments parsed out for this language.
Number of lines of comments for this language.
Used for writing parsed comments to the comment buffer.
| const char* ParsedLanguage::name | 
The parsed language.
 1.5.9
 1.5.9