FuzzingDefs.h
21 lines
| 439 B
| text/x-c
|
CLexer
Alexandre Leroux
|
r1200 | #ifndef SCIQLOP_FUZZINGDEFS_H | ||
#define SCIQLOP_FUZZINGDEFS_H | ||||
Alexandre Leroux
|
r1201 | #include <QString> | ||
Alexandre Leroux
|
r1200 | // /////// // | ||
// Aliases // | ||||
// /////// // | ||||
using Properties = QVariantHash; | ||||
Alexandre Leroux
|
r1201 | // ///////// // | ||
// Constants // | ||||
// ///////// // | ||||
/// Max number of operations to generate | ||||
extern const QString NB_MAX_OPERATIONS_PROPERTY; | ||||
/// Max number of variables to manipulate through operations | ||||
extern const QString NB_MAX_VARIABLES_PROPERTY; | ||||
Alexandre Leroux
|
r1200 | #endif // SCIQLOP_FUZZINGDEFS_H | ||