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

int ParsedLanguage::blanks_count

Number of blank lines for this language.

int ParsedLanguage::buffer_size

The size of the code and comments buffers.

char* ParsedLanguage::code

Buffer containing the code parsed out for this language.

int ParsedLanguage::code_count

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.

int ParsedLanguage::comments_count

Number of lines of comments for this language.

char* ParsedLanguage::comments_p

Used for writing parsed comments to the comment buffer.

const char* ParsedLanguage::name

The parsed language.


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