Detailed Description

Enumerations

enum class  REGPARSEMODE {
  MATCH ,
  CONTAINS ,
  STARTS ,
  ENDS
}
 

Functions

enum REGPARSEMODE MAXON_ENUM_LIST (REGPARSEMODE)
 

Enumeration Type Documentation

◆ REGPARSEMODE

enum REGPARSEMODE
strong
Enumerator
MATCH 

Full match.

CONTAINS 

Partial match.

STARTS 

Match starting at the beginning.

ENDS 

Match finishing at the end.

Function Documentation

◆ MAXON_ENUM_LIST()

enum REGPARSEMODE MAXON_ENUM_LIST ( REGPARSEMODE  )