|
CLI11
1.9.1
|
#include <algorithm>#include <fstream>#include <iostream>#include <string>#include <utility>#include <vector>#include "App.hpp"#include "ConfigFwd.hpp"#include "StringTools.hpp"Go to the source code of this file.
Namespaces | |
| CLI | |
| CLI::detail | |
Functions | |
| std::string | CLI::detail::convert_arg_for_ini (const std::string &arg) |
| std::string | CLI::detail::ini_join (const std::vector< std::string > &args, char sepChar=',', char arrayStart='[', char arrayEnd=']') |
| Comma separated join, adds quotes if needed. More... | |
| std::vector< std::string > | CLI::detail::generate_parents (const std::string §ion, std::string &name) |
| void | CLI::detail::checkParentSegments (std::vector< ConfigItem > &output, const std::string ¤tSection) |
| assuming non default segments do a check on the close and open of the segments in a configItem structure More... | |
1.8.17