FOSSology  4.4.0
Open Source License Compliance by Open Source Software
regex_file_struct Struct Reference

REGEX-FILE bucket type. More...

#include <buckets.h>

Collaboration diagram for regex_file_struct:
Collaboration graph

Public Attributes

int ftype1
 
char * regex1
 
regex_t compRegex1
 
int op
 
int ftype2
 
char * regex2
 
regex_t compRegex2
 

Detailed Description

REGEX-FILE bucket type.

struct regex_file_struct

The ftypes tell you what data to apply the regex to.

Definition at line 41 of file buckets.h.

Member Data Documentation

◆ ftype1

int regex_file_struct::ftype1

1=filename, 2=license

Definition at line 43 of file buckets.h.

◆ ftype2

int regex_file_struct::ftype2

1=filename, 2=license

Definition at line 47 of file buckets.h.

◆ op

int regex_file_struct::op

0=end of expression, 1=and, 2=or, 3=not

Definition at line 46 of file buckets.h.

◆ regex1

char* regex_file_struct::regex1

regex1 string

Definition at line 44 of file buckets.h.

◆ regex2

char* regex_file_struct::regex2

regex2 string

Definition at line 48 of file buckets.h.


The documentation for this struct was generated from the following file: