| 1061 | /// Global modifier modes, syntax flags, and compiler options. |
| 1062 | struct Option { |
| 1063 | Option() : b(), h(), e(), f(), g(0), i(), m(), n(), o(), p(), q(), r(), s(), w(), x(), z() { } |
| 1064 | bool b; ///< disable escapes in bracket lists |
| 1065 | bool h; ///< construct indexing hash finite state automaton |
| 1066 | Char e; ///< escape character, or > 255 for none, a backslash by default |
nothing calls this directly
no outgoing calls
no test coverage detected