ohcount
|
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 |
Tracks changes in lines of code, comments, and blank lines for multiple languages using a linked list.
The particular LocDelta in this linked list item.
The head of the linked list this item is part of. This field is only used for the list head.
The next LocDeltaList item in the linked list.
The tail of the linked list this item is part of. This field is only used for the list head.