ohcount
Data Fields
ParsedLanguage Struct Reference

Represents a single language parsed from a SourceFile. More...

#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
 

Detailed Description

Represents a single language parsed from a SourceFile.

Field Documentation

§ blanks_count

int ParsedLanguage::blanks_count

Number of blank lines for this language.

§ buffer_size

int ParsedLanguage::buffer_size

The size of the code and comments buffers.

§ code

char* ParsedLanguage::code

Buffer containing the code parsed out for this language.

§ code_count

int ParsedLanguage::code_count

Number of lines of code for this language.

§ code_p

char* ParsedLanguage::code_p

Used for writing parsed code to the code buffer.

§ comments

char* ParsedLanguage::comments

Buffer containing the comments parsed out for this language.

§ comments_count

int ParsedLanguage::comments_count

Number of lines of comments for this language.

§ comments_p

char* ParsedLanguage::comments_p

Used for writing parsed comments to the comment buffer.

§ name

const char* ParsedLanguage::name

The parsed language.


The documentation for this struct was generated from the following file: