|
Libecoli 0.11.1
Extensible COmmand LIne library
|
A node that matches a specific string. More...
Functions | |
| struct ec_node * | ec_node_str (const char *id, const char *str) |
| int | ec_node_str_set_str (struct ec_node *node, const char *str) |
A node that matches a specific string.
Configuration Schema
| struct ec_node * ec_node_str | ( | const char * | id, |
| const char * | str ) |
Create a string node that matches a specific string.
| id | The node identifier. |
| str | The string to match. |
| int ec_node_str_set_str | ( | struct ec_node * | node, |
| const char * | str ) |
Set the string to match on a string node.
| node | The string node. |
| str | The string to match. It is duplicated internally. |