ohcount
|
Contains a set of SourceFiles. More...
#include <structs.h>
Data Fields | |
SourceFile * | sf |
struct SourceFileListItem * | next |
struct SourceFileListItem * | head |
struct SourceFileListItem * | tail |
Contains a set of SourceFiles.
The head of the linked list this SourceFileList item is part of. This field is only used for the list head.
The next SourceFileList item in the linked list.
The particular SourceFile in this linked list item.
The tail of the linked list this SourceFileList item is part of. This field is only used for the list head.