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

The number of blank lines added in this LocDelta.

The number of blank lines removed in this LocDelta.

The number of lines of code added in this LocDelta.

The number of lines of code removed in this LocDelta.

The number of lines of comments added in this LocDelta.

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: