Classes | |
| class | RegularExprParser |
Namespaces | |
| cinema | |
Macros | |
| #define | REG_EXP_PARSER |
| #define | OPERATOR_CONCAT |
| #define | ANY_CHAR |
| #define | ANY_DIGIT |
Enumerations | |
| enum class | REGPARSEMODE { MATCH , CONTAINS , STARTS , ENDS } |
Functions | |
| enum cinema::REGPARSEMODE | MAXON_ENUM_LIST (REGPARSEMODE) |
Variables | |
| MATCH | |
| CONTAINS | |
| STARTS | |
| ENDS | |
| MATCH |
Full match.
| CONTAINS |
Partial match.
| STARTS |
Match starting at the beginning.
| ENDS |
< Match finishing at the end.