SMC_KeyValue Typedef

Called when the parser finds a new key/value pair.

Note: Enclosing quotes are always stripped.

typedef SMC_KeyValue = function SMCResult(SMCParser smc, const char[] key, const char[] value, bool key_quotes, bool value_quotes)

Tags

smc

The SMCParser.

key

String containing key name.

value

String containing value name.

key_quotes

Whether or not the key was enclosed in quotes.

value_quotes

Whether or not the value was enclosed in quotes.