ohcount
Data Fields
LocDelta Struct Reference

Tracks changes in lines of code, comments, and blank lines for a single language. More...

#include <structs.h>

Data Fields

const char * language
int code_added
int code_removed
int comments_added
int comments_removed
int blanks_added
int blanks_removed

Detailed Description

Tracks changes in lines of code, comments, and blank lines for a single language.


Field Documentation

int LocDelta::blanks_added

The number of blank lines added in this LocDelta.

int LocDelta::blanks_removed

The number of blank lines removed in this LocDelta.

int LocDelta::code_added

The number of lines of code added in this LocDelta.

int LocDelta::code_removed

The number of lines of code removed in this LocDelta.

int LocDelta::comments_added

The number of lines of comments added in this LocDelta.

int LocDelta::comments_removed

The number of lines of comments removed in this LocDelta.

const char* LocDelta::language

The language associated with this LocDelta.


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