Function toml_parser::ExtractKeyName#
Defined in File miscellaneous.h
Function Documentation#
-
std::string toml_parser::ExtractKeyName(const std::string &rssKeyPath)#
Extract the unquoted key name from a key path. The key name is the last node on the key path.
Remark
Removes quotes, escape characters and index markers from the key name before returning.
- Parameters:
rssKeyPath – [in] Reference to the string containing the key path.
- Returns:
The unquoted key name.