ohcount
|
#include <pcre.h>
Go to the source code of this file.
Data Structures | |
struct | License |
Holds a license and its associated details and patterns. More... | |
struct | LicenseListItem |
Holds a list of Licenses in a linked list. More... | |
struct | Loc |
Tracks total lines of code, comments, and blanks for a single language. More... | |
struct | LocListItem |
Tracks total lines of code, comments, and blanks for multiple languages using a linked list. More... | |
struct | LocDelta |
Tracks changes in lines of code, comments, and blank lines for a single language. More... | |
struct | LocDeltaListItem |
Tracks changes in lines of code, comments, and blank lines for multiple languages using a linked list. More... | |
struct | ParsedLanguage |
Represents a single language parsed from a SourceFile. More... | |
struct | ParsedLanguageListItem |
Holds a set of ParsedLanguages in a linked list. More... | |
struct | SourceFile |
Represents a single source code file. More... | |
struct | SourceFileListItem |
Contains a set of SourceFiles. More... | |
Typedefs | |
typedef struct LicenseListItem | LicenseList |
typedef struct LocListItem | LocList |
typedef struct LocDeltaListItem | LocDeltaList |
typedef struct ParsedLanguageListItem | ParsedLanguageList |
typedef struct SourceFileListItem | SourceFileList |
typedef struct LicenseListItem LicenseList |
typedef struct LocDeltaListItem LocDeltaList |
typedef struct LocListItem LocList |
typedef struct ParsedLanguageListItem ParsedLanguageList |
typedef struct SourceFileListItem SourceFileList |