Go to the source code of this file.
|
static const std::regex | LinePattern ("^\\s*(?:([^\\s#]+)\\s+([a-zA-Z][a-zA-Z0-9_]*)\\s*(?:=\\s*(.*\\S)\\s*)?)?(?:#.*)?\\r?$") |
|
static const std::regex | NamePattern ("^(?:([a-zA-Z][\\w|/]*)\\/)?([a-zA-Z]\\w*)$") |
|
static const std::regex | TypePattern ("^([^\\[]+)(\\[(\\d+)?\\])?$") |
|
static const std::regex LinePattern |
( |
"^\\s*(?:([^\\s#]+)\\s+([a-zA-Z][a-zA-Z0-9_]*)\\s*(?:=\\s*(.*\\S)\\s*)?)?(?:#.*)?\\r?$" |
| ) |
|
|
static |
static const std::regex NamePattern |
( |
"^(?:([a-zA-Z][\\w|/]*)\\/)?([a-zA-Z]\\w*)$" |
| ) |
|
|
static |
static const std::regex TypePattern |
( |
"^([^\\[]+)(\\[(\\d+)?\\])?$" |
| ) |
|
|
static |