30 char stringQuote =
'"',
31 char literalQuote =
'\'',
32 bool disable_multi_line =
false);
35std::string
ini_join(
const std::vector<std::string> &args,
37 char arrayStart =
'[',
39 char stringQuote =
'"',
40 char literalQuote =
'\'');
44std::vector<std::string>
generate_parents(
const std::string §ion, std::string &name,
char parentSeparator);
47void checkParentSegments(std::vector<ConfigItem> &output,
const std::string ¤tSection,
char parentSeparator);
54#include "impl/Config_inl.hpp"
std::string convert_arg_for_ini(const std::string &arg, char stringQuote='"', char literalQuote = '\'', bool disable_multi_line = false)
std::vector< std::string > generate_parents(const std::string §ion, std::string &name, char parentSeparator)
void clean_name_string(std::string &name, const std::string &keyChars)
std::string ini_join(const std::vector< std::string > &args, char sepChar=',', char arrayStart='[', char arrayEnd=']', char stringQuote='"', char literalQuote = '\'')
Comma separated join, adds quotes if needed.
void checkParentSegments(std::vector< ConfigItem > &output, const std::string ¤tSection, char parentSeparator)
assuming non default segments do a check on the close and open of the segments in a configItem struct...