ohcount
Data Fields
LocDeltaListItem Struct Reference

Tracks changes in lines of code, comments, and blank lines for multiple languages using a linked list. More...

#include <structs.h>

Data Fields

LocDelta * delta
 
struct LocDeltaListItem * next
 
struct LocDeltaListItem * head
 
struct LocDeltaListItem * tail
 

Detailed Description

Tracks changes in lines of code, comments, and blank lines for multiple languages using a linked list.

Field Documentation

◆ delta

LocDelta* LocDeltaListItem::delta

The particular LocDelta in this linked list item.

◆ head

struct LocDeltaListItem* LocDeltaListItem::head

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

◆ next

struct LocDeltaListItem* LocDeltaListItem::next

The next LocDeltaList item in the linked list.

◆ tail

struct LocDeltaListItem* LocDeltaListItem::tail

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


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