FOSSology  3.2.0rc1
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 52 of file buckets.h.

Member Data Documentation

int regex_file_struct::ftype1

1=filename, 2=license

Definition at line 54 of file buckets.h.

int regex_file_struct::ftype2

1=filename, 2=license

Definition at line 58 of file buckets.h.

int regex_file_struct::op

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

Definition at line 57 of file buckets.h.

char* regex_file_struct::regex1

regex1 string

Definition at line 55 of file buckets.h.

char* regex_file_struct::regex2

regex2 string

Definition at line 59 of file buckets.h.


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