Go to the source code of this file.
|
static const std::regex | FalsePattern ("^\\s*(false|0+)\\s*(?:#.*)?$") |
|
static const std::regex | FloatPattern ("^\\s*(-?[0-9]+(?:\\.[0-9]+)?)\\s*(?:#.*)?$") |
|
static const std::regex | SignedPattern ("^\\s*(-?[0-9]+)\\s*(?:#.*)?$") |
|
static const std::regex | TruePattern ("^\\s*(true|[0-9]*[1-9][0-9]*)\\s*(?:#.*)?$") |
|
static const std::regex | UnsignedPattern ("^\\s*([0-9]+)\\s*(?:#.*)?$") |
|
static const std::regex FalsePattern |
( |
"^\\s*(false|0+)\\s*(?:#.*)?$" |
| ) |
|
|
static |
static const std::regex FloatPattern |
( |
"^\\s*(-?[0-9]+(?:\\.[0-9]+)?)\\s*(?:#.*)?$" |
| ) |
|
|
static |
static const std::regex SignedPattern |
( |
"^\\s*(-?[0-9]+)\\s*(?:#.*)?$" |
| ) |
|
|
static |
static const std::regex TruePattern |
( |
"^\\s*(true|[0-9]*[1-9][0-9]*)\\s*(?:#.*)?$" |
| ) |
|
|
static |
static const std::regex UnsignedPattern |
( |
"^\\s*([0-9]+)\\s*(?:#.*)?$" |
| ) |
|
|
static |