|
|
NodeRegex (Node* arg, const string& reg, unsigned line)
| NodeRegex |
Caller must not delete / modify pointer.
Parameters:
arg | the argument of the regular expression. |
reg | the regular expression used for matching. |
line | line of configuration where node was created. |
~NodeRegex ()
| ~NodeRegex |
DEFINE_VISITABLE ()
| DEFINE_VISITABLE |
Node& arg ()
| arg |
[const]
Returns: the argument of the regular expression.
const string& reg ()
| reg |
[const]
Returns: the regular expression.