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

LocDeltadelta
 
struct LocDeltaListItemnext
 
struct LocDeltaListItemhead
 
struct LocDeltaListItemtail
 

Detailed Description

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

Field Documentation

LocDelta* LocDeltaListItem::delta

The particular LocDelta in this linked list item.

struct LocDeltaListItem* LocDeltaListItem::head

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

struct LocDeltaListItem* LocDeltaListItem::next

The next LocDeltaList item in the linked list.

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: