ohcount
|
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 |
Tracks changes in lines of code, comments, and blank lines for a single language.
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.