ohcount
Data Fields
LocListItem Struct Reference

Tracks total lines of code, comments, and blanks for multiple languages using a linked list. More...

#include <structs.h>

Data Fields

Loc * loc
 
struct LocListItem * next
 
struct LocListItem * head
 
struct LocListItem * tail
 

Detailed Description

Tracks total lines of code, comments, and blanks for multiple languages using a linked list.

Field Documentation

◆ head

struct LocListItem* LocListItem::head

The head of the linked list this LocList item is part of. This field is only used for the list head.

◆ loc

Loc* LocListItem::loc

The particular Loc in this linked list item.

◆ next

struct LocListItem* LocListItem::next

The next LocList item in the linked list.

◆ tail

struct LocListItem* LocListItem::tail

The tail of the linked list this LocList item is part of. This field is only used for the list head.


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