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.
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.