LocListItem Struct Reference

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

#include <structs.h>

Data Fields

Locloc
struct LocListItemnext
struct LocListItemhead
struct LocListItemtail

Detailed Description

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


Field Documentation

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

The particular Loc in this linked list item.

The next LocList item in the linked list.

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:

Generated on Sun Nov 29 17:21:31 2009 for ohcount by  doxygen 1.6.1