ohcount
Data Fields
Loc Struct Reference

Tracks total lines of code, comments, and blanks for a single language. More...

#include <structs.h>

Data Fields

const char * language
 
int code
 
int comments
 
int blanks
 
int filecount
 

Detailed Description

Tracks total lines of code, comments, and blanks for a single language.

Field Documentation

◆ blanks

int Loc::blanks

The number of blank lines for this Loc.

◆ code

int Loc::code

The number of lines of code for this Loc.

◆ comments

int Loc::comments

The number of lines of comments for this Loc.

◆ filecount

int Loc::filecount

The number of parsed files associated with this Loc.

◆ language

const char* Loc::language

The language associated with this Loc.


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