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

◆ blanks_added

int LocDelta::blanks_added

The number of blank lines added in this LocDelta.

◆ blanks_removed

int LocDelta::blanks_removed

The number of blank lines removed in this LocDelta.

◆ code_added

int LocDelta::code_added

The number of lines of code added in this LocDelta.

◆ code_removed

int LocDelta::code_removed

The number of lines of code removed in this LocDelta.

◆ comments_added

int LocDelta::comments_added

The number of lines of comments added in this LocDelta.

◆ comments_removed

int LocDelta::comments_removed

The number of lines of comments removed in this LocDelta.

◆ language

const char* LocDelta::language

The language associated with this LocDelta.


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