Construct an unset pattern.
| 110 | }; |
| 111 | /// Construct an unset pattern. |
| 112 | Pattern() |
| 113 | : |
| 114 | opc_(NULL), |
| 115 | fsm_(NULL), |
| 116 | nop_(0) |
| 117 | { |
| 118 | init(NULL); |
| 119 | } |
| 120 | /// Construct a pattern object given a regex string. |
| 121 | explicit Pattern( |
| 122 | const char *regex, |